Solutions
This commit is contained in:
parent
cc7c6af33f
commit
fcdd47e200
28 changed files with 88 additions and 60 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue