Add 100% accuracy test and add controller support for the game only(not ui)

This commit is contained in:
csd4ni3l
2025-06-25 15:43:58 +02:00
parent 33877059e0
commit a7f5b94ae8
6 changed files with 112 additions and 47 deletions

View File

@@ -4,7 +4,7 @@ min_enemy_movement = 7
max_enemy_movement = 10
enemy_health = 100
game_modes = ["Training", "Waves", "1 Minute Test"]
game_modes = ["Training", "Waves", "1 Minute Test", "100% Accuracy Test"]
weapons = {
"assault_rifle": {"dmg": 20, "atk_speed": 0.2, "image": "assets/graphics/assaultrifle.png"},