Initial commit
This commit is contained in:
7
scripts/playBtn.gd
Normal file
7
scripts/playBtn.gd
Normal file
@ -0,0 +1,7 @@
|
||||
extends Button
|
||||
|
||||
func _ready():
|
||||
_G.PlayBtn = self
|
||||
|
||||
func _pressed():
|
||||
_G.loadScene('Playground')
|
Reference in New Issue
Block a user