pH
This commit is contained in:
parent
bd87ccf871
commit
6fcca904a1
11 changed files with 92 additions and 9 deletions
|
|
@ -1,7 +1,11 @@
|
|||
[gd_resource type="Resource" script_class="Substance" load_steps=2 format=3 uid="uid://bnywd2asdr3eo"]
|
||||
[gd_resource type="Resource" script_class="Substance" load_steps=3 format=3 uid="uid://bnywd2asdr3eo"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b8q5buwgvppyh" path="res://src/resources/substance.gd" id="1_iruga"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_iruga"]
|
||||
offsets = PackedFloat32Array(0.43, 0.5, 0.57)
|
||||
colors = PackedColorArray(1, 0, 0, 1, 1, 0.26666668, 0, 1, 1, 0.7, 0, 1)
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_iruga")
|
||||
formula = &"C_14H_14N_3O_3SNa"
|
||||
|
|
@ -9,6 +13,7 @@ scientific_name = &"Метиловый оранжевый"
|
|||
melting_point = 300.0
|
||||
boiling_point = 520.0
|
||||
color = Color(1, 0.26666665, 0, 1)
|
||||
pHColor = SubResource("Gradient_iruga")
|
||||
prefer_scientific_name = true
|
||||
is_solution = true
|
||||
metadata/_custom_type_script = "uid://b8q5buwgvppyh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue