Game2-MainMenu-Button
TaktycznyBocian
plain_text
3 years ago
260 B
12
Indexable
extends Button
func _on_Button_pressed():
get_tree().change_scene("res://Levels/Level1.tscn")
func _on_Button_mouse_entered():
get_node("Start").set_text("Ready")
func _on_Button_mouse_exited():
get_node("Start").set_text("Start Game")
Editor is loading...