made it so certain cheats disallow you from submitting scores (fixes #215)
This commit is contained in:
parent
ee3e1dc650
commit
b925b22333
3 changed files with 30 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue