This commit is contained in:
h z
2024-06-26 14:23:02 +08:00
parent cbe5887f5f
commit b8af5f3ccd
22 changed files with 467 additions and 174 deletions

View File

@@ -44,6 +44,12 @@ min_value = 0.2
max_value = 20.0
step = 0.2
value = 1.0
ticks_on_borders = true
[node name="ElasticContainer" type="CheckBox" parent="V1"]
layout_mode = 2
tooltip_text = "Volume of container always equal to the volume of content"
text = "Elastic Container"
[node name="VSeparator" type="VSeparator" parent="."]
layout_mode = 2
@@ -138,12 +144,8 @@ layout_mode = 2
[node name="V3" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="Label" type="Label" parent="V3"]
layout_mode = 2
text = "Compounents"
[node name="Compounds" type="Tree" parent="V3"]
custom_minimum_size = Vector2(150, 200)
custom_minimum_size = Vector2(250, 200)
layout_mode = 2
[node name="VSeparator4" type="VSeparator" parent="."]
@@ -154,4 +156,5 @@ layout_mode = 2
[connection signal="pressed" from="V1/RemoveBottom" to="." method="RemoveBottom"]
[connection signal="value_changed" from="V1/EnvTemperature" to="." method="SetTemperature"]
[connection signal="value_changed" from="V1/ContainerVolume" to="." method="SetVolume"]
[connection signal="toggled" from="V1/ElasticContainer" to="." method="SetElasticContainer"]
[connection signal="item_selected" from="V3/Compounds" to="." method="IsomerSelectedHandler"]