mirror of
https://github.com/csd4ni3l/aim-trainer.git
synced 2026-01-01 04:03:42 +01:00
Add game modes: default as training, waves and a 1 minute test, adjust for better scoring
This commit is contained in:
@@ -4,6 +4,8 @@ min_enemy_movement = 7
|
||||
max_enemy_movement = 10
|
||||
enemy_health = 100
|
||||
|
||||
game_modes = ["Training", "Waves", "1 Minute Test"]
|
||||
|
||||
weapons = {
|
||||
"assault_rifle": {"dmg": 20, "atk_speed": 0.2, "image": "assets/graphics/assaultrifle.png"},
|
||||
"smg": {"dmg": 10, "atk_speed": 0.1, "image": "assets/graphics/smg.png"},
|
||||
|
||||
Reference in New Issue
Block a user