reactions
This commit is contained in:
parent
2f559639fb
commit
5e20eeb8bf
74 changed files with 891 additions and 19 deletions
|
|
@ -1,4 +1,9 @@
|
|||
[gd_scene format=3 uid="uid://dfxlr4svnsdyx"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dfxlr4svnsdyx"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bcj0mesdlfsfj" path="res://scenes/popup_container.tscn" id="1_nt7q6"]
|
||||
[ext_resource type="Script" uid="uid://c5pv2idedy1oy" path="res://src/ui/reagents_gen.gd" id="2_x4jx1"]
|
||||
[ext_resource type="PackedScene" uid="uid://vhn8h4mhb6nh" path="res://scenes/drag_and_drop.tscn" id="3_yev5y"]
|
||||
[ext_resource type="Resource" uid="uid://cay05wpketmny" path="res://assets/draggables/test_draggable.tres" id="4_gdt2y"]
|
||||
|
||||
[node name="UserInterface" type="Control"]
|
||||
layout_mode = 3
|
||||
|
|
@ -17,6 +22,36 @@ anchor_right = 1.0
|
|||
offset_bottom = 31.0
|
||||
grow_horizontal = 2
|
||||
deselect_enabled = true
|
||||
tab_count = 2
|
||||
tab_0/title = "Реагенты"
|
||||
tab_1/title = "Отчёт"
|
||||
tab_count = 3
|
||||
tab_0/title = "Ход работы"
|
||||
tab_1/title = "Вопросы для самопроверки"
|
||||
tab_2/title = "Отчёт"
|
||||
|
||||
[node name="Reagents" parent="." instance=ExtResource("1_nt7q6")]
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_left = -0.14756945
|
||||
anchor_top = 0.047839507
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.69753087
|
||||
text = "Вещества"
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="Generator" type="Node" parent="Reagents"]
|
||||
script = ExtResource("2_x4jx1")
|
||||
|
||||
[node name="Intruments" parent="." instance=ExtResource("1_nt7q6")]
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_left = -0.14756945
|
||||
anchor_top = 0.69753087
|
||||
anchor_right = 0.0
|
||||
text = "Инструменты"
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="DragAndDrop" parent="Intruments/ScrollContainer/VBoxContainer" index="0" instance=ExtResource("3_yev5y")]
|
||||
layout_mode = 2
|
||||
text = "Пробирка"
|
||||
draggable = ExtResource("4_gdt2y")
|
||||
|
||||
[editable path="Intruments"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue