aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2025-10-14 21:14:29 +0200
committernokoe <nokoe@mailbox.org>2025-10-14 21:15:35 +0200
commit3ccbc351c05fd247fa5e478e7b097db8866d6069 (patch)
tree4c9b24687eaf3e3e5887a9b3e367cc0dcd228bdd /client
parent4f54e90c3ad54f299d288a692228643ea07f025d (diff)
downloadhurrycurry-3ccbc351c05fd247fa5e478e7b097db8866d6069.tar
hurrycurry-3ccbc351c05fd247fa5e478e7b097db8866d6069.tar.bz2
hurrycurry-3ccbc351c05fd247fa5e478e7b097db8866d6069.tar.zst
unpolish coconut
Diffstat (limited to 'client')
-rw-r--r--client/map/items/coconut.resbin4211 -> 4289 bytes
-rw-r--r--client/map/items/coconut.tscn9
2 files changed, 8 insertions, 1 deletions
diff --git a/client/map/items/coconut.res b/client/map/items/coconut.res
index 63778607..68d3ce46 100644
--- a/client/map/items/coconut.res
+++ b/client/map/items/coconut.res
Binary files differ
diff --git a/client/map/items/coconut.tscn b/client/map/items/coconut.tscn
index 679bf9b5..b939e9b8 100644
--- a/client/map/items/coconut.tscn
+++ b/client/map/items/coconut.tscn
@@ -1,6 +1,12 @@
-[gd_scene load_steps=2 format=3 uid="uid://cmsirxgv7iqnk"]
+[gd_scene load_steps=4 format=3 uid="uid://cmsirxgv7iqnk"]
[ext_resource type="ArrayMesh" uid="uid://djenv8k2nnqyt" path="res://map/items/coconut.res" id="1_c4upd"]
+[ext_resource type="Texture2D" uid="uid://dgcs4wkxsxe6a" path="res://map/textures/palette.png" id="2_e3g14"]
+
+[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qtcu3"]
+resource_name = "Material.001"
+cull_mode = 2
+albedo_texture = ExtResource("2_e3g14")
[node name="Coconut" type="Node3D"]
@@ -8,3 +14,4 @@
transform = Transform3D(0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, 0, 0.2, 0)
mesh = ExtResource("1_c4upd")
skeleton = NodePath("")
+surface_material_override/0 = SubResource("StandardMaterial3D_qtcu3")