diff options
author | nokoe <nokoe@mailbox.org> | 2024-06-25 00:14:48 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-06-25 00:15:24 +0200 |
commit | cf11d11099b8ddc03dc0c26f590193d35ba1bafd (patch) | |
tree | be36250dd56e7a064d09335379de9770101fd484 /client/map/items/bread_slice.tscn | |
parent | a0572f92fddb1ddc1f4d62f22f8ecfb1f623bf21 (diff) | |
download | hurrycurry-cf11d11099b8ddc03dc0c26f590193d35ba1bafd.tar hurrycurry-cf11d11099b8ddc03dc0c26f590193d35ba1bafd.tar.bz2 hurrycurry-cf11d11099b8ddc03dc0c26f590193d35ba1bafd.tar.zst |
more recipes, add tile factory
Diffstat (limited to 'client/map/items/bread_slice.tscn')
-rw-r--r-- | client/map/items/bread_slice.tscn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/map/items/bread_slice.tscn b/client/map/items/bread_slice.tscn new file mode 100644 index 00000000..3a435e17 --- /dev/null +++ b/client/map/items/bread_slice.tscn @@ -0,0 +1,9 @@ +[gd_scene load_steps=2 format=3 uid="uid://ccajf36datccs"] + +[ext_resource type="ArrayMesh" uid="uid://cwftutpb2lxca" path="res://map/items/bread_slice.res" id="1_yv77k"] + +[node name="BreadSlice" type="Node3D"] + +[node name="Mesh" type="MeshInstance3D" parent="."] +mesh = ExtResource("1_yv77k") +skeleton = NodePath("") |