Add Recipemanager that loads recipes from YAML
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[gd_resource type="CanvasItemMaterial" format=3 uid="uid://g4tjqwskvd62"]
|
||||
|
||||
[resource]
|
||||
@@ -0,0 +1,3 @@
|
||||
[gd_resource type="Resource" format=3 uid="uid://pxagv74g8x67"]
|
||||
|
||||
[resource]
|
||||
@@ -0,0 +1,21 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cw7ukcablgkur"]
|
||||
|
||||
[ext_resource type="Material" uid="uid://g4tjqwskvd62" path="res://addons/yaml/examples/assets/material.tres" id="1_1ej5c"]
|
||||
[ext_resource type="Texture2D" uid="uid://duefsqwwnmduy" path="res://icon.svg" id="1_t3dkf"]
|
||||
|
||||
[node name="Sprite" type="Sprite2D"]
|
||||
material = ExtResource("1_1ej5c")
|
||||
texture = ExtResource("1_t3dkf")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -155.0
|
||||
offset_top = -64.0
|
||||
offset_right = 27.0
|
||||
offset_bottom = -41.0
|
||||
grow_horizontal = 2
|
||||
text = "I was loaded with YAML"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
Reference in New Issue
Block a user