This commit is contained in:
Rendo 2025-12-15 08:44:19 +05:00
commit a425f62267
9 changed files with 25 additions and 6 deletions

View file

@ -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