diff options
Diffstat (limited to 'client/map/tiles/rolling_board.tscn')
-rw-r--r-- | client/map/tiles/rolling_board.tscn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/client/map/tiles/rolling_board.tscn b/client/map/tiles/rolling_board.tscn new file mode 100644 index 00000000..ecf1c036 --- /dev/null +++ b/client/map/tiles/rolling_board.tscn @@ -0,0 +1,14 @@ +[gd_scene load_steps=3 format=3 uid="uid://c15xsbx0bduqt"] + +[ext_resource type="ArrayMesh" uid="uid://dd4g04lgvsly5" path="res://map/tiles/cutting_board.res" id="1_cuxby"] +[ext_resource type="PackedScene" uid="uid://c8t04dfp45a86" path="res://map/tiles/rolling_pin.tscn" id="2_cuxby"] + +[node name="CuttingBoard" type="Node3D"] + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(0.4, 0, 0, 0, 0.5, 0, 0, 0, 0.5, -0.075, 0.5, 0) +mesh = ExtResource("1_cuxby") +skeleton = NodePath("") + +[node name="RollingPin" parent="." instance=ExtResource("2_cuxby")] +transform = Transform3D(0.0979824, 0, -0.9951882, 0, 1, 0, 0.9951882, 0, 0.0979824, 0.3562666, 0.575, 0) |