Recipe prep

This commit is contained in:
2025-05-20 15:19:43 -05:00
parent 8311d7c68f
commit 7b92b11696
17 changed files with 40 additions and 33 deletions

View File

@@ -1,5 +1 @@
extends Node
const CookingGame = preload("res://scripts/Cooking/CookingGame.gd");
var game:CookingGame = null;
extends Node