changed renderer
This commit is contained in:
parent
902440e5bb
commit
cd0e7fcc54
8 changed files with 84 additions and 35 deletions
|
|
@ -174,6 +174,8 @@ func open_termimal():
|
|||
func _on_player_object_clicked(object):
|
||||
if(object.name == "StartButton"):
|
||||
start_room()
|
||||
if(object.name == "MenuButton"):
|
||||
get_tree().change_scene_to_file(GameManager.menu_scene_path)
|
||||
|
||||
func _player_area_entered(area : Area3D):
|
||||
#print(area.name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue