lab menu
This commit is contained in:
parent
309bbcac5e
commit
c7788ed121
8 changed files with 100 additions and 32 deletions
|
|
@ -1,5 +1,7 @@
|
|||
[gd_scene format=3 uid="uid://c2ciwyjf7au6l"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cbytg16bl0hsc" path="res://ui/lab_menu.gd" id="1_sjdrh"]
|
||||
|
||||
[node name="LabMenu" type="Control" unique_id=198999369]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
|
|
@ -7,3 +9,25 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Panel" type="Panel" parent="." unique_id=978863524]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Panel" unique_id=1649245052]
|
||||
layout_mode = 1
|
||||
anchors_preset = 13
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_sjdrh")
|
||||
|
||||
[node name="Label" type="Label" parent="Panel/VBoxContainer" unique_id=1904569453]
|
||||
layout_mode = 2
|
||||
text = "Выберите лабораторную работу"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue