Solutions

This commit is contained in:
rendo 2026-01-29 23:18:47 +05:00
commit fcdd47e200
28 changed files with 88 additions and 60 deletions

View file

@ -12,5 +12,6 @@ func _ready() -> void:
get_parent().add_to_group("solid_source")
else:
jar_fill_material.albedo_color.a = substance.liquid_transparency
if substance.is_solution:
jar_fill_material.albedo_color.a = 0.5
get_parent().add_to_group("fluid_source")