We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c10cc commit 6100646Copy full SHA for 6100646
source/variables.py
@@ -36,7 +36,7 @@
36
"spaceship_one_hp": {"current": 100, "max": 100},
37
"spaceship_two_hp": {"current": 100, "max": 100},
38
"planet_hp": {"current": 500, "max": 500, "damage_per_hit": 30},
39
- "initial_xp": {"current": 900, "max": 1000, "xp_per_hit": 100},
+ "initial_xp": {"current": 0, "max": 1000, "xp_per_hit": 100},
40
"asteroid_hp": {"current": 100, "max": 100, "damage_per_hit": 10},
41
"num_meteors": 3,
42
"meteor_speed": 1.0,
0 commit comments