41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dpi5ft4r8sfwb"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/board/reservation.gd" id="1_drhpx"]
|
|
[ext_resource type="Theme" uid="uid://cmhwbyqu6nh38" path="res://assets/themes/big.tres" id="2_vfg04"]
|
|
[ext_resource type="StyleBox" uid="uid://crantichmjy77" path="res://assets/themes/panel_cyan.tres" id="3_xwx35"]
|
|
|
|
[node name="Reservation" type="HBoxContainer"]
|
|
custom_minimum_size = Vector2(0, 200)
|
|
offset_right = 157.0
|
|
offset_bottom = 200.0
|
|
script = ExtResource("1_drhpx")
|
|
|
|
[node name="Indent" type="Label" parent="."]
|
|
layout_mode = 2
|
|
theme = ExtResource("2_vfg04")
|
|
theme_override_colors/font_color = Color(0, 0, 0, 0)
|
|
text = "11:00 "
|
|
|
|
[node name="Section" type="Control" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="SectionPanel" type="Panel" parent="Section"]
|
|
layout_mode = 1
|
|
offset_right = 883.0
|
|
offset_bottom = 200.0
|
|
size_flags_horizontal = 3
|
|
theme_override_styles/panel = ExtResource("3_xwx35")
|
|
|
|
[node name="SectionLabel" type="Label" parent="Section"]
|
|
layout_mode = 1
|
|
anchors_preset = 4
|
|
anchor_top = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = 50.0
|
|
offset_top = -33.5
|
|
offset_right = 396.0
|
|
offset_bottom = 33.5
|
|
grow_vertical = 2
|
|
theme = ExtResource("2_vfg04")
|
|
text = "Интервью C++"
|