aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/knife.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-04 13:05:43 +0200
committertpart <tpart120@proton.me>2024-09-04 13:05:43 +0200
commita095404c5df68f712c897ba27e756b9fc782e38c (patch)
tree134473d0b979536642306e81ff756ccad9e4cb00 /client/map/tiles/knife.tscn
parent7179ee558fd49393a70c093efbda48ec5cb749ef (diff)
downloadhurrycurry-a095404c5df68f712c897ba27e756b9fc782e38c.tar
hurrycurry-a095404c5df68f712c897ba27e756b9fc782e38c.tar.bz2
hurrycurry-a095404c5df68f712c897ba27e756b9fc782e38c.tar.zst
Add knife model; Add knife to cutting board model
Diffstat (limited to 'client/map/tiles/knife.tscn')
-rw-r--r--client/map/tiles/knife.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/tiles/knife.tscn b/client/map/tiles/knife.tscn
new file mode 100644
index 00000000..a4dc676f
--- /dev/null
+++ b/client/map/tiles/knife.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://wadi7kb021k6"]
+
+[ext_resource type="ArrayMesh" uid="uid://bfsaljqvte3a8" path="res://map/tiles/knife.res" id="1_uotix"]
+
+[node name="Knife" 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_uotix")
+skeleton = NodePath("")