Skip to content

Commit 6100646

Browse files
committed
Fixed XP
1 parent 33c10cc commit 6100646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"spaceship_one_hp": {"current": 100, "max": 100},
3737
"spaceship_two_hp": {"current": 100, "max": 100},
3838
"planet_hp": {"current": 500, "max": 500, "damage_per_hit": 30},
39-
"initial_xp": {"current": 900, "max": 1000, "xp_per_hit": 100},
39+
"initial_xp": {"current": 0, "max": 1000, "xp_per_hit": 100},
4040
"asteroid_hp": {"current": 100, "max": 100, "damage_per_hit": 10},
4141
"num_meteors": 3,
4242
"meteor_speed": 1.0,

0 commit comments

Comments
 (0)