Had accidentally made the water opaque at some point. Fixed.
This commit is contained in:
parent
848202fd2a
commit
d18d2c3463
|
@ -4,6 +4,6 @@
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_d1s70")
|
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
|
buoyancy = 11.0
|
||||||
viscosity = 1.0
|
viscosity = 1.0
|
||||||
|
|
Loading…
Reference in New Issue