From d18d2c3463dc4b0452498d1aaea757b0b2392540 Mon Sep 17 00:00:00 2001 From: blujai831 Date: Thu, 28 Dec 2023 16:11:37 -0800 Subject: [PATCH] Had accidentally made the water opaque at some point. Fixed. --- zones/Liquid/descriptors/Water.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zones/Liquid/descriptors/Water.tres b/zones/Liquid/descriptors/Water.tres index a6af945..99af03a 100644 --- a/zones/Liquid/descriptors/Water.tres +++ b/zones/Liquid/descriptors/Water.tres @@ -4,6 +4,6 @@ [resource] script = ExtResource("1_d1s70") -color = Color(0.2, 0.4, 0.5, 1) +color = Color(0.2, 0.4, 0.501961, 0.752941) buoyancy = 11.0 viscosity = 1.0