Me being dumb lol

This commit is contained in:
Paul Black 2023-06-01 23:32:22 -06:00
parent 5b5fac70e1
commit 04802f258d

View file

@ -17,8 +17,8 @@ func _ready():
$Button.disabled = false
$AudioStreamPlayer.playing = false
if Global.playingGame == false:
if not Global.tutorialCompleted:
Global.reset_variables_hard()
if not Global.tutorialCompleted:
load_tutorial()
Global.mapName = "Tutorial"
Input.set_mouse_mode(Input.MOUSE_MODE_CAPTURED)