diff options
| author | nokoe <nokoe@mailbox.org> | 2025-10-14 21:14:29 +0200 |
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2025-10-14 21:15:35 +0200 |
| commit | 3ccbc351c05fd247fa5e478e7b097db8866d6069 (patch) | |
| tree | 4c9b24687eaf3e3e5887a9b3e367cc0dcd228bdd /client | |
| parent | 4f54e90c3ad54f299d288a692228643ea07f025d (diff) | |
| download | hurrycurry-3ccbc351c05fd247fa5e478e7b097db8866d6069.tar hurrycurry-3ccbc351c05fd247fa5e478e7b097db8866d6069.tar.bz2 hurrycurry-3ccbc351c05fd247fa5e478e7b097db8866d6069.tar.zst | |
unpolish coconut
Diffstat (limited to 'client')
| -rw-r--r-- | client/map/items/coconut.res | bin | 4211 -> 4289 bytes | |||
| -rw-r--r-- | client/map/items/coconut.tscn | 9 |
2 files changed, 8 insertions, 1 deletions
diff --git a/client/map/items/coconut.res b/client/map/items/coconut.res Binary files differindex 63778607..68d3ce46 100644 --- a/client/map/items/coconut.res +++ b/client/map/items/coconut.res 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") |