Prepping cooking

This commit is contained in:
2026-01-15 17:28:39 -06:00
parent 098a9d47f9
commit 3b7de160dc
27 changed files with 151 additions and 19 deletions

View File

@@ -0,0 +1,18 @@
class_name CookingStartAction
static func startCookingCallable(params:Dictionary) -> int:
assert(params.has("recipe"))
SCENE.setScene(SceneSingleton.SceneType.COOKING)
COOKING.start({
'recipe': params['recipe'],
'cutscene': params.get('cutscene', null)
})
return Cutscene.CUTSCENE_CONTINUE
static func getStartCookingCallable(params:Dictionary) -> Dictionary:
assert(params.has("recipe"))
return {
"function": startCookingCallable,
'recipe': params['recipe']
}

View File

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