button to start room

This commit is contained in:
Clevertop 2024-08-11 21:36:38 +10:00
parent 419ee45597
commit 78d24cecfa
2 changed files with 62 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -158,5 +158,5 @@ func open_termimal():
func _on_player_object_clicked(object):
if(object.name == "Terminal"):
open_termimal()
if(object.name == "StartButton"):
start_room()