57 lines
1.8 KiB
Text
57 lines
1.8 KiB
Text
[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
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="TabBar" type="TabBar" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
offset_bottom = 31.0
|
|
grow_horizontal = 2
|
|
deselect_enabled = true
|
|
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"]
|