prog
This commit is contained in:
@@ -1,7 +1,20 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://1l0tymk8cfxu"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://1l0tymk8cfxu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://j87s6jrx8unn" path="res://scripts/Singleton/Recipe.gd" id="1_o4nv4"]
|
||||
[ext_resource type="Script" uid="uid://dipvg4uwjv6p2" path="res://scripts/Cooking/Recipe.gd" id="2_f5akq"]
|
||||
[ext_resource type="Script" uid="uid://c26aptwsjs044" path="res://scripts/Item/ItemResource.gd" id="3_b8y03"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_3dxl6"]
|
||||
script = ExtResource("3_b8y03")
|
||||
itemType = 2
|
||||
count = 1
|
||||
metadata/_custom_type_script = "uid://c26aptwsjs044"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_b8y03"]
|
||||
script = ExtResource("3_b8y03")
|
||||
itemType = 1
|
||||
count = 1
|
||||
metadata/_custom_type_script = "uid://c26aptwsjs044"
|
||||
|
||||
[node name="RecipeSystem" type="Node"]
|
||||
script = ExtResource("1_o4nv4")
|
||||
@@ -10,4 +23,7 @@ metadata/_custom_type_script = "uid://j87s6jrx8unn"
|
||||
[node name="Ash-Baked Sweet Potato" type="Node" parent="."]
|
||||
script = ExtResource("2_f5akq")
|
||||
recipeName = "Ash-Baked Sweet Potato"
|
||||
recipeDescription = "Tender, warm, and sweet meal, made by baking a sweet potato in campfire embers. Comforting, simple, and gently filling."
|
||||
ingredients = Array[ExtResource("3_b8y03")]([SubResource("Resource_3dxl6")])
|
||||
outputs = Array[ExtResource("3_b8y03")]([SubResource("Resource_b8y03")])
|
||||
metadata/_custom_type_script = "uid://dipvg4uwjv6p2"
|
||||
|
Reference in New Issue
Block a user