aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/coconut.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/items/coconut.tscn')
-rw-r--r--client/map/items/coconut.tscn9
1 files changed, 8 insertions, 1 deletions
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")