aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/cutting_board.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/cutting_board.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/cutting_board.tscn')
-rw-r--r--client/map/tiles/cutting_board.tscn8
1 files changed, 6 insertions, 2 deletions
diff --git a/client/map/tiles/cutting_board.tscn b/client/map/tiles/cutting_board.tscn
index 18d2f5a0..3defaba0 100644
--- a/client/map/tiles/cutting_board.tscn
+++ b/client/map/tiles/cutting_board.tscn
@@ -1,10 +1,14 @@
-[gd_scene load_steps=2 format=3 uid="uid://bslx1a7kdufde"]
+[gd_scene load_steps=3 format=3 uid="uid://bslx1a7kdufde"]
[ext_resource type="ArrayMesh" uid="uid://dd4g04lgvsly5" path="res://map/tiles/cutting_board.res" id="1_d4k2k"]
+[ext_resource type="PackedScene" uid="uid://wadi7kb021k6" path="res://map/tiles/knife.tscn" id="3_wvxni"]
[node name="CuttingBoard" type="Node3D"]
[node name="Mesh" type="MeshInstance3D" parent="."]
-transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0.5, 0)
+transform = Transform3D(0.4, 0, 0, 0, 0.5, 0, 0, 0, 0.5, -0.1, 0.5, 0)
mesh = ExtResource("1_d4k2k")
skeleton = NodePath("")
+
+[node name="Knife" parent="." instance=ExtResource("3_wvxni")]
+transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0.375, 0.52, 0.19)