This commit is contained in:
algodoogle
2026-07-25 19:26:43 +01:00
parent f7024db98d
commit 596d777fae
32 changed files with 832 additions and 257 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ var xr_interface :XRInterface
func _ready():
RECIPE_MANAGER.print_all_recipes()
GAME_MANAGER.meals_in_play.append("hamburger")
GAME_MANAGER.meals_in_play = ["hamburger"]
xr_interface = XRServer.find_interface("OpenXR")
if xr_interface and xr_interface.is_initialized():