made it so certain cheats disallow you from submitting scores (fixes #215)

This commit is contained in:
pennyrigate 2023-12-02 22:04:25 -05:00
parent ee3e1dc650
commit b925b22333
3 changed files with 30 additions and 2 deletions

View file

@ -21,6 +21,7 @@ func _ready():
Audio.play_music(music)
Game.time = 0.0
Game.still_playing = true
if Debug.reset_is_cheating: Debug.is_cheating = false
func _physics_process(delta):
if Game.still_playing: