button to start room
This commit is contained in:
parent
419ee45597
commit
78d24cecfa
2 changed files with 62 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue