diff options
author | tpart <tpart120@proton.me> | 2024-08-19 18:24:14 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-08-19 18:24:14 +0200 |
commit | 3f681f11b2a9619ff941dd0c151d701264499510 (patch) | |
tree | 5cbc9781d935c589e4805b98d55aa676f27dc012 | |
parent | bb5523874179b5523ebf93bda42e62a00cfbaf80 (diff) | |
download | hurrycurry-3f681f11b2a9619ff941dd0c151d701264499510.tar hurrycurry-3f681f11b2a9619ff941dd0c151d701264499510.tar.bz2 hurrycurry-3f681f11b2a9619ff941dd0c151d701264499510.tar.zst |
Fix glass fill colours
-rw-r--r-- | client/map/items/glass_fill.res | bin | 7769 -> 7770 bytes | |||
-rw-r--r-- | client/map/items/glass_fill.tscn | 9 |
2 files changed, 8 insertions, 1 deletions
diff --git a/client/map/items/glass_fill.res b/client/map/items/glass_fill.res Binary files differindex bb29e341..8226fb04 100644 --- a/client/map/items/glass_fill.res +++ b/client/map/items/glass_fill.res 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") |