diff options
Diffstat (limited to 'client/map/items')
| -rw-r--r-- | client/map/items/sliced_mushroom.res | bin | 0 -> 26304 bytes | |||
| -rw-r--r-- | client/map/items/sliced_mushroom.tscn | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/sliced_mushroom.res b/client/map/items/sliced_mushroom.res Binary files differnew file mode 100644 index 00000000..026cfc9d --- /dev/null +++ b/client/map/items/sliced_mushroom.res diff --git a/client/map/items/sliced_mushroom.tscn b/client/map/items/sliced_mushroom.tscn new file mode 100644 index 00000000..2f8468d5 --- /dev/null +++ b/client/map/items/sliced_mushroom.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://8waoyr3a7c6q"] + +[ext_resource type="ArrayMesh" uid="uid://13uivbfdn4kb" path="res://map/items/sliced_mushroom.res" id="1_4k44b"] + +[node name="SlicedMushroom" type="Node3D"] + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(0.8, 0, 0, 0, -0.7250462, -0.33809468, 0, 0.33809468, -0.7250462, 0, 0.059715845, 0.1) +mesh = ExtResource("1_4k44b") +skeleton = NodePath("") |