Me being dumb lol
This commit is contained in:
parent
5b5fac70e1
commit
04802f258d
1 changed files with 1 additions and 1 deletions
|
@ -17,8 +17,8 @@ func _ready():
|
|||
$Button.disabled = false
|
||||
$AudioStreamPlayer.playing = false
|
||||
if Global.playingGame == false:
|
||||
Global.reset_variables_hard()
|
||||
if not Global.tutorialCompleted:
|
||||
Global.reset_variables_hard()
|
||||
load_tutorial()
|
||||
Global.mapName = "Tutorial"
|
||||
Input.set_mouse_mode(Input.MOUSE_MODE_CAPTURED)
|
||||
|
|
Loading…
Reference in a new issue