Score and Speed reset after Game Over

This commit is contained in:
Pecusx
2025-02-19 18:26:40 +01:00
parent 6247936f4e
commit 1ef75fe91a
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -335,10 +335,12 @@ LevelDeath
cmp #@kbcode._space
bne LevelDeath
; restart game
jsr ScoreClear
jsr InitBranches
jsr draw_branches
mva #1 LevelValue
jsr LevelToScreen
mva #20 PowerDownSpeed
mva #24 PowerValue ; half power
jsr draw_PowerBar
mva #0 StateFlag
BIN
View File
Binary file not shown.