From 3f681f11b2a9619ff941dd0c151d701264499510 Mon Sep 17 00:00:00 2001 From: tpart Date: Mon, 19 Aug 2024 18:24:14 +0200 Subject: Fix glass fill colours --- client/map/items/glass_fill.res | Bin 7769 -> 7770 bytes client/map/items/glass_fill.tscn | 9 ++++++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'client') diff --git a/client/map/items/glass_fill.res b/client/map/items/glass_fill.res index bb29e341..8226fb04 100644 Binary files a/client/map/items/glass_fill.res and b/client/map/items/glass_fill.res 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") -- cgit v1.2.3-70-g09d2