start von Commits
This commit is contained in:
commit
f35baec2ee
80 changed files with 1747 additions and 0 deletions
8
button_2.gd
Normal file
8
button_2.gd
Normal file
|
@ -0,0 +1,8 @@
|
|||
extends Button
|
||||
|
||||
func _ready():
|
||||
var button = self
|
||||
button.pressed.connect(_button_pressed)
|
||||
|
||||
func _button_pressed():
|
||||
get_tree().change_scene_to_file("res://Level_Core.tscn")
|
Loading…
Add table
Add a link
Reference in a new issue