diff options
| author | tpart <tpart120@proton.me> | 2025-10-08 19:13:49 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-10-08 19:13:49 +0200 |
| commit | 0a72825f4f839a40e1da4e063cdbd0250f7e716f (patch) | |
| tree | aa444fc84b5192f67a37e6f4cb35629b8b7e6265 /client/map/items | |
| parent | 826cdb3d2caedb8ba2d79558ac2e4c4e5a9174bd (diff) | |
| download | hurrycurry-0a72825f4f839a40e1da4e063cdbd0250f7e716f.tar hurrycurry-0a72825f4f839a40e1da4e063cdbd0250f7e716f.tar.bz2 hurrycurry-0a72825f4f839a40e1da4e063cdbd0250f7e716f.tar.zst | |
Add sliced mushroom model (#393)
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("") |