9 lines
116 B
GDScript
9 lines
116 B
GDScript
extends Button
|
|
|
|
func _ready():
|
|
_G.AuthorsBtn = self
|
|
|
|
func _pressed():
|
|
_G.loadLevel("Authors")
|
|
_G.hideMenuButts()
|