Initial commit
This commit is contained in:
8
scripts/authorsBtn.gd
Normal file
8
scripts/authorsBtn.gd
Normal file
@ -0,0 +1,8 @@
|
||||
extends Button
|
||||
|
||||
func _ready():
|
||||
_G.AuthorsBtn = self
|
||||
|
||||
func _pressed():
|
||||
_G.loadLevel("Authors")
|
||||
_G.hideMenuButts()
|
Reference in New Issue
Block a user