aboutsummaryrefslogtreecommitdiff
path: root/client/map
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-08-19 18:24:14 +0200
committertpart <tpart120@proton.me>2024-08-19 18:24:14 +0200
commit3f681f11b2a9619ff941dd0c151d701264499510 (patch)
tree5cbc9781d935c589e4805b98d55aa676f27dc012 /client/map
parentbb5523874179b5523ebf93bda42e62a00cfbaf80 (diff)
downloadhurrycurry-3f681f11b2a9619ff941dd0c151d701264499510.tar
hurrycurry-3f681f11b2a9619ff941dd0c151d701264499510.tar.bz2
hurrycurry-3f681f11b2a9619ff941dd0c151d701264499510.tar.zst
Fix glass fill colours
Diffstat (limited to 'client/map')
-rw-r--r--client/map/items/glass_fill.resbin7769 -> 7770 bytes
-rw-r--r--client/map/items/glass_fill.tscn9
2 files changed, 8 insertions, 1 deletions
diff --git a/client/map/items/glass_fill.res b/client/map/items/glass_fill.res
index bb29e341..8226fb04 100644
--- a/client/map/items/glass_fill.res
+++ b/client/map/items/glass_fill.res
Binary files differ
diff --git a/client/map/items/glass_fill.tscn b/client/map/items/glass_fill.tscn
index 1a26d5ee..ec4d367e 100644
--- a/client/map/items/glass_fill.tscn
+++ b/client/map/items/glass_fill.tscn
@@ -1,8 +1,15 @@
-[gd_scene load_steps=2 format=3 uid="uid://dvdwxct8qu2fm"]
+[gd_scene load_steps=3 format=3 uid="uid://dvdwxct8qu2fm"]
[ext_resource type="ArrayMesh" uid="uid://byebq6oifi2jk" path="res://map/items/glass_fill.res" id="1_apxu2"]
+[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_g0wwk"]
+resource_local_to_scene = true
+resource_name = "Material.002"
+cull_mode = 2
+metallic_specular = 0.0
+
[node name="GlassFill" type="MeshInstance3D"]
transform = Transform3D(0.125, 0, 0, 0, 0.125, 0, 0, 0, 0.125, 0, 0.125, 0)
mesh = ExtResource("1_apxu2")
skeleton = NodePath("")
+surface_material_override/0 = SubResource("StandardMaterial3D_g0wwk")