6 lines
72 B
GDScript
6 lines
72 B
GDScript
extends Button
|
|
|
|
|
|
func _pressed():
|
|
$"../../../../main menu".start(true)
|