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

@@ -6,4 +6,4 @@ var battle:Battle = null;
func startBattle(battle:Battle) -> void:
print("start battle");
self.battle = battle;
self.battle = battle;

View File

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

View File

@@ -0,0 +1 @@
class_name RecipeSystem extends Node

View File

@@ -0,0 +1 @@
uid://j87s6jrx8unn