aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/sliced_cheese.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-16 15:47:08 +0200
committertpart <tpart120@proton.me>2024-09-16 15:47:08 +0200
commit180b786bff761c9301898ca732d7bf24af6f14c7 (patch)
treee5828c015f748e4a1de0574572b1ef0303e4eab3 /client/map/items/sliced_cheese.tscn
parent503e0c59f8eb6186dd21171b7aaa0127a8580588 (diff)
downloadhurrycurry-180b786bff761c9301898ca732d7bf24af6f14c7.tar
hurrycurry-180b786bff761c9301898ca732d7bf24af6f14c7.tar.bz2
hurrycurry-180b786bff761c9301898ca732d7bf24af6f14c7.tar.zst
Add cheese and sliced cheese models; Implement items
Diffstat (limited to 'client/map/items/sliced_cheese.tscn')
-rw-r--r--client/map/items/sliced_cheese.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/sliced_cheese.tscn b/client/map/items/sliced_cheese.tscn
new file mode 100644
index 00000000..4e9ba406
--- /dev/null
+++ b/client/map/items/sliced_cheese.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://cfdfhxgo4ot7m"]
+
+[ext_resource type="ArrayMesh" uid="uid://2qsg2dadmf1y" path="res://map/items/sliced_cheese.res" id="1_bbycg"]
+
+[node name="SlicedCheese" type="Node3D"]
+
+[node name="Mesh" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0.04, 0)
+mesh = ExtResource("1_bbycg")
+skeleton = NodePath("")