12345678910 |
- extends StaticBody3D
- func interact(_player):
- if get_meta("money"):
- # Playtest
- #GameManager.goto_scene("res://Scenes/thanks.tscn", false)
-
- GameManager.goto_scene("res://Scenes/Room part 2.tscn")
- else:
- GameManager.goto_scene("res://Scenes/Broke ahh room.tscn", false)
|