88 lines
2.7 KiB
Plaintext
88 lines
2.7 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://br78rurjakp3a"]
|
|
|
|
[ext_resource type="Script" path="res://Scenes/VirtualChemDemo.cs" id="1_aartk"]
|
|
[ext_resource type="PackedScene" uid="uid://re3bwidsx0do" path="res://Scenes/MainControlPanel.tscn" id="2_cfpbe"]
|
|
[ext_resource type="PackedScene" uid="uid://u7apjw1vvak3" path="res://Scenes/Bottle.tscn" id="2_ei0nr"]
|
|
[ext_resource type="PackedScene" uid="uid://bde5n0vfm6jvs" path="res://Scenes/Flask.tscn" id="3_p6s6c"]
|
|
[ext_resource type="PackedScene" uid="uid://cubdalatqln4x" path="res://Scenes/StringLoader.tscn" id="5_5y6ld"]
|
|
|
|
[node name="VicrtualChemDemo" type="Node2D"]
|
|
script = ExtResource("1_aartk")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="MainControlPanel" parent="VBoxContainer" instance=ExtResource("2_cfpbe")]
|
|
layout_mode = 2
|
|
|
|
[node name="HSeparator2" type="HSeparator" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Potions" type="HBoxContainer" parent="."]
|
|
offset_left = 70.0
|
|
offset_top = 553.0
|
|
offset_right = 670.0
|
|
offset_bottom = 621.0
|
|
|
|
[node name="Prev" type="Button" parent="Potions"]
|
|
layout_mode = 2
|
|
text = "<-"
|
|
|
|
[node name="Items" type="HBoxContainer" parent="Potions"]
|
|
layout_mode = 2
|
|
|
|
[node name="MenusButton" parent="Potions/Items" instance=ExtResource("2_ei0nr")]
|
|
layout_mode = 2
|
|
|
|
[node name="Bottle" parent="Potions/Items" instance=ExtResource("2_ei0nr")]
|
|
layout_mode = 2
|
|
|
|
[node name="Bottle2" parent="Potions/Items" instance=ExtResource("2_ei0nr")]
|
|
layout_mode = 2
|
|
|
|
[node name="Bottle3" parent="Potions/Items" instance=ExtResource("2_ei0nr")]
|
|
layout_mode = 2
|
|
|
|
[node name="Bottle4" parent="Potions/Items" instance=ExtResource("2_ei0nr")]
|
|
layout_mode = 2
|
|
|
|
[node name="Bottle5" parent="Potions/Items" instance=ExtResource("2_ei0nr")]
|
|
layout_mode = 2
|
|
|
|
[node name="Bottle6" parent="Potions/Items" instance=ExtResource("2_ei0nr")]
|
|
layout_mode = 2
|
|
|
|
[node name="Bottle7" parent="Potions/Items" instance=ExtResource("2_ei0nr")]
|
|
layout_mode = 2
|
|
|
|
[node name="Next" type="Button" parent="Potions"]
|
|
layout_mode = 2
|
|
text = "->"
|
|
|
|
[node name="Flask" parent="." instance=ExtResource("3_p6s6c")]
|
|
offset_left = 747.0
|
|
offset_top = 57.0
|
|
offset_right = 875.0
|
|
offset_bottom = 569.0
|
|
|
|
[node name="HRepr" type="HBoxContainer" parent="."]
|
|
offset_left = 32.0
|
|
offset_top = 272.0
|
|
offset_right = 702.0
|
|
offset_bottom = 352.0
|
|
|
|
[node name="Label" type="Label" parent="HRepr"]
|
|
layout_mode = 2
|
|
text = "Full Expression"
|
|
|
|
[node name="FullRepr" type="RichTextLabel" parent="HRepr"]
|
|
custom_minimum_size = Vector2(550, 80)
|
|
layout_mode = 2
|
|
|
|
[node name="ExpressionLoader" parent="." instance=ExtResource("5_5y6ld")]
|
|
position = Vector2i(250, 200)
|