diff options
Diffstat (limited to 'client/map/items/plate.tscn')
-rw-r--r-- | client/map/items/plate.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/plate.tscn b/client/map/items/plate.tscn new file mode 100644 index 00000000..8503fe81 --- /dev/null +++ b/client/map/items/plate.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://daxh3hgia7qyp"] + +[ext_resource type="ArrayMesh" uid="uid://bnku7g8g0ts81" path="res://map/items/plate.res" id="1_70hux"] + +[node name="Plate" 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_70hux") +skeleton = NodePath("") |