menu and level select ready

This commit is contained in:
Clevertop 2024-08-13 01:24:47 +10:00
parent 311c0395ab
commit f470efbe1f
10 changed files with 61 additions and 11 deletions

View file

@ -170,3 +170,8 @@ func open_termimal():
func _on_player_object_clicked(object):
if(object.name == "StartButton"):
start_room()
func _on_area_3d_body_entered(body):
if body.name == "Player":
GameManager.load_next_level()