initial commit
This commit is contained in:
commit
cffda6e18e
58 changed files with 10952 additions and 0 deletions
6
play_button.gd
Normal file
6
play_button.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends TextureButton
|
||||
|
||||
|
||||
func _on_pressed() -> void:
|
||||
print("hellloooo :)")
|
||||
get_tree().change_scene_to_file("res://node_3d.tscn") # Replace with function body.
|
Loading…
Add table
Add a link
Reference in a new issue