first commit
This commit is contained in:
7
start game_hard.gd
Normal file
7
start game_hard.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Button
|
||||
|
||||
|
||||
func _pressed():
|
||||
Globals.reinit()
|
||||
Globals.difficulty = 2
|
||||
$"../../../../main menu".start(false)
|
||||
Reference in New Issue
Block a user