aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/ice_cream.tscn
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-08-13 15:51:56 +0200
committernokoe <nokoe@mailbox.org>2024-08-13 15:51:56 +0200
commit11ff74f034aeec58c06dbe15a3f1ee650ef18c9f (patch)
treeb74da9035d3f7938d6e26b7b62da4a4ae331c0ff /client/map/items/ice_cream.tscn
parent84fbb6fc9824ec28622afbf6b345dd9182557b72 (diff)
downloadhurrycurry-11ff74f034aeec58c06dbe15a3f1ee650ef18c9f.tar
hurrycurry-11ff74f034aeec58c06dbe15a3f1ee650ef18c9f.tar.bz2
hurrycurry-11ff74f034aeec58c06dbe15a3f1ee650ef18c9f.tar.zst
add coconut, nigiri and ice cream models
Diffstat (limited to 'client/map/items/ice_cream.tscn')
-rw-r--r--client/map/items/ice_cream.tscn11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/map/items/ice_cream.tscn b/client/map/items/ice_cream.tscn
new file mode 100644
index 00000000..914c9dc3
--- /dev/null
+++ b/client/map/items/ice_cream.tscn
@@ -0,0 +1,11 @@
+[gd_scene load_steps=3 format=3 uid="uid://c7peyvvr7rgko"]
+
+[ext_resource type="ArrayMesh" uid="uid://cw642aajyk8vt" path="res://map/items/ice_cream.res" id="1_pw8bb"]
+
+[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_u4hdr"]
+resource_local_to_scene = true
+
+[node name="IceCream" type="MeshInstance3D"]
+mesh = ExtResource("1_pw8bb")
+skeleton = NodePath("")
+surface_material_override/0 = SubResource("StandardMaterial3D_u4hdr")