diff options
author | nokoe <nokoe@mailbox.org> | 2024-08-13 15:51:56 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-08-13 15:51:56 +0200 |
commit | 11ff74f034aeec58c06dbe15a3f1ee650ef18c9f (patch) | |
tree | b74da9035d3f7938d6e26b7b62da4a4ae331c0ff /client/map/items/coconut.tscn | |
parent | 84fbb6fc9824ec28622afbf6b345dd9182557b72 (diff) | |
download | hurrycurry-11ff74f034aeec58c06dbe15a3f1ee650ef18c9f.tar hurrycurry-11ff74f034aeec58c06dbe15a3f1ee650ef18c9f.tar.bz2 hurrycurry-11ff74f034aeec58c06dbe15a3f1ee650ef18c9f.tar.zst |
add coconut, nigiri and ice cream models
Diffstat (limited to 'client/map/items/coconut.tscn')
-rw-r--r-- | client/map/items/coconut.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/coconut.tscn b/client/map/items/coconut.tscn new file mode 100644 index 00000000..679bf9b5 --- /dev/null +++ b/client/map/items/coconut.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://cmsirxgv7iqnk"] + +[ext_resource type="ArrayMesh" uid="uid://djenv8k2nnqyt" path="res://map/items/coconut.res" id="1_c4upd"] + +[node name="Coconut" type="Node3D"] + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, 0, 0.2, 0) +mesh = ExtResource("1_c4upd") +skeleton = NodePath("") |