Add static resturant

This commit is contained in:
JonShard
2026-07-30 20:41:19 +02:00
parent a606a2f93f
commit 89e72c161b
29 changed files with 608 additions and 114 deletions
+1
View File
@@ -9,6 +9,7 @@ func _ready():
RECIPE_MANAGER.print_all_recipes()
GAME_MANAGER.meals_in_play = ["hamburger"]
GAME_MANAGER.sides_in_play = ["cube"]
xr_interface = XRServer.find_interface("OpenXR")
if xr_interface and xr_interface.is_initialized():