aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/patty.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-13 19:28:59 +0200
committertpart <tpart120@proton.me>2024-09-13 19:29:04 +0200
commit1fcef10fe48679f9002d8b96b089b5e74a289152 (patch)
tree117d0cb78b5c17a8a9a841cd34d33254585d537d /client/map/items/patty.tscn
parent1a3603848aede0e0633ad36a200d886db99a0a4e (diff)
downloadhurrycurry-1fcef10fe48679f9002d8b96b089b5e74a289152.tar
hurrycurry-1fcef10fe48679f9002d8b96b089b5e74a289152.tar.bz2
hurrycurry-1fcef10fe48679f9002d8b96b089b5e74a289152.tar.zst
Add patty and seared patty models; Implement items
Diffstat (limited to 'client/map/items/patty.tscn')
-rw-r--r--client/map/items/patty.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/patty.tscn b/client/map/items/patty.tscn
new file mode 100644
index 00000000..2d1bdab6
--- /dev/null
+++ b/client/map/items/patty.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://b1grk3gj58qbn"]
+
+[ext_resource type="ArrayMesh" uid="uid://wp3747kxnah1" path="res://map/items/patty.res" id="1_7tkah"]
+
+[node name="Patty" type="Node3D"]
+
+[node name="Mesh" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
+mesh = ExtResource("1_7tkah")
+skeleton = NodePath("")