Colors
This commit is contained in:
parent
d520e5f67e
commit
a425f62267
9 changed files with 25 additions and 6 deletions
|
|
@ -8,6 +8,7 @@ class_name Substance
|
|||
@export var boiling_point: float
|
||||
@export var color: Color
|
||||
@export var prefer_scientific_name: bool
|
||||
@export var is_solution: bool
|
||||
|
||||
func get_formula() -> StringName:
|
||||
return scientific_name if prefer_scientific_name else formula
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue