diff options
Diffstat (limited to 'client/map/tiles/cutting_board.tscn')
-rw-r--r-- | client/map/tiles/cutting_board.tscn | 8 |
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) |