This commit is contained in:
Rendo 2026-01-16 00:37:49 +05:00
commit 6fcca904a1
11 changed files with 92 additions and 9 deletions

View file

@ -1,7 +1,11 @@
[gd_resource type="Resource" script_class="Substance" load_steps=2 format=3 uid="uid://brih4gryc1acx"]
[gd_resource type="Resource" script_class="Substance" load_steps=3 format=3 uid="uid://brih4gryc1acx"]
[ext_resource type="Script" uid="uid://b8q5buwgvppyh" path="res://src/resources/substance.gd" id="1_td2hf"]
[sub_resource type="Gradient" id="Gradient_td2hf"]
offsets = PackedFloat32Array(0.4198718, 0.5, 0.99)
colors = PackedColorArray(1, 0.20999998, 0.96050024, 1, 1, 1, 1, 0.43529412, 1, 1, 1, 0.43529412)
[resource]
script = ExtResource("1_td2hf")
formula = &"C_20H_14O_4"
@ -9,6 +13,7 @@ scientific_name = &"Фенолфталеин"
melting_point = 278.0
boiling_point = 557.8
color = Color(1, 1, 1, 0.43529412)
pHColor = SubResource("Gradient_td2hf")
prefer_scientific_name = true
is_solution = true
metadata/_custom_type_script = "uid://b8q5buwgvppyh"