Commit graph

228 commits

Author SHA1 Message Date
antimundo
ba3067317e Upgrade version number to version 0.3 2025-04-27 16:47:49 +02:00
antimundo
38f1bab847 Fix scenarios not working on export 2025-04-27 14:48:55 +02:00
antimundo
3524b39c0f Remove unnecesary code bloat 2025-04-27 14:48:20 +02:00
antimundo
e19c59cbc2 Refactor code to follow godot style guide 2025-04-27 12:32:13 +02:00
antimundo
86b26c5ee5 Instantiate health slider only when needed
If health slider is not used, do not instantiate it, now you can also have multiple targets with health sliders at once
2025-04-27 11:42:07 +02:00
antimundo
8532d29e42 Fix accuracy not displaying decimals correctly 2025-04-26 20:59:26 +02:00
antimundo
cdda8100a9 Add static movement behavior option 2025-04-26 20:48:11 +02:00
antimundo
a235066cd9 Add sample custom resources 2025-04-26 19:07:10 +02:00
antimundo
c8f68b6b1d Fix save manager not working if folders didnt exit 2025-04-26 17:34:54 +02:00
antimundo
a8c9b42418 Add configuration warnings to Scenarios 2025-04-26 17:25:47 +02:00
antimundo
1a5be4f603 Replace Gamemodes with Scenarios
Related to #35
2025-04-26 16:54:55 +02:00
antimundo
4256306497 Add target movement behaviors
This will close #37
2025-04-25 19:46:30 +02:00
antimundo
d1b2cc4bb8 Upgrade project to Godot 4.4 2025-03-03 18:48:02 +01:00
antimundo
1dfe8a7bae Refactor save system completely
Complete refactor of the save system to make it way more simpler than the previous data_manager
2025-02-08 23:07:14 +01:00
antimundo
b3fc6b8245 Refactor global.gd
Now gamemodes load in a more logical way
2025-02-07 00:47:50 +01:00
antimundo
557289f403 Fix "PressAny" feedback not hiding after shooting 2025-02-07 00:37:26 +01:00
antimundo
ee8bf8a85e Rename all targets to targets
Some places of the project called "targets" "enemies" this commit solves this inconsistency
2025-02-07 00:33:14 +01:00
antimundo
209058b084
Fix setting.cfg default value
Thanks to @fenixnix for finding this out

Co-Authored-By: Nix <20349885+fenixnix@users.noreply.github.com>
2024-11-27 17:34:54 +01:00
antimundo
c3828e1a95
Keyboard menu movement and remove unused themes 2024-11-20 17:39:57 +01:00
antimundo
b15c1d4a97
Refactor gameplay UIs 2024-11-19 12:42:51 +01:00
antimundo
6bf986f683
Allow running game_world.tscn directly 2024-11-19 11:40:24 +01:00
antimundo
f5f2fd2091
Avoid targets spawning inside each other
This fixes #39
2024-08-18 11:15:14 +02:00
antimundo
5b27d4f22d
Fix settings setting a wrong sensitivity_game 2024-08-17 20:50:12 +02:00
antimundo
82e43e895e
Fix sensitivity slider not been saved 2024-08-17 20:38:26 +02:00
antimundo
21d65cc698
Avoid slider round to one decimal
Fix #38
2024-08-17 19:36:56 +02:00
antimundo
914468cc83
Fix sensitivity game always resetting to CS2
Fixes #40
2024-08-14 22:58:22 +02:00
antimundo
cf286e859d
Upgrade version number to v0.2.0-alpha 2024-08-12 20:44:08 +02:00
antimundo
4e8e22d6f4
Update readme 2024-07-28 23:56:11 +02:00
antimundo
7483c15fcd
Fix crosshair settings UI appareance 2024-07-27 11:22:52 +02:00
antimundo
42305c9865
Fix signal alert 2024-07-27 11:14:00 +02:00
antimundo
12fd60f706
Fix "acuraccy" typo 2024-07-27 10:59:35 +02:00
antimundo
614fa9c55d
Fix accuracy not updating on shooting to the void 2024-07-27 10:57:01 +02:00
antimundo
6c9ac43d39
Fix score not updating while playing 2024-07-27 10:52:02 +02:00
antimundo
928a82d712
Upgrade to Godot 4.3 2024-07-27 10:51:22 +02:00
antimundo
9969a0737b
Use meshes instead of CSG boxes 2024-07-24 22:33:21 +02:00
antimundo
71cdaf903f
Rework target spawner 2024-07-24 21:04:08 +02:00
antimundo
4809fa48cc
Fixes in end game canvas 2024-07-01 09:10:17 +02:00
antimundo
f37454ed12
Show current high score at end game canvas 2024-06-30 13:11:31 +02:00
antimundo
ffbc89fd24
Scale progress chart according to user score 2024-06-30 13:04:42 +02:00
antimundo
53d9d5006b
Add progress chart at end game canvas 2024-06-30 12:21:14 +02:00
antimundo
1c9f8f8cad
New end game canvas design 2024-06-30 10:46:11 +02:00
antimundo
1e37f69b29
Save all progress instead of just the high score
This closes #32
2024-06-29 19:21:26 +02:00
antimundo
65654ea6cb
Add scrollbar if player has too many gamemodes 2024-06-29 17:57:53 +02:00
antimundo
df749538b3
Update source code link 2024-06-26 12:41:29 +02:00
antimundo
5ea630dcf2
Add a button to open the USER folder
This closes #30
2024-06-26 12:40:38 +02:00
antimundo
ff07f39eca
Fix null error on tracking gamemode 2024-06-26 11:48:06 +02:00
antimundo
5e00704570
Fix "accuracy" typo 2024-06-26 11:41:08 +02:00
antimundo
1056c6e76f
Fix bullet hole look_at error 2024-06-26 11:33:33 +02:00
antimundo
a833598874
Add score settings to gamemodes 2024-06-26 10:51:02 +02:00
antimundo
0b7e8b8178
Use Compatibility instead of Forward+ 2024-06-10 18:44:52 +02:00