talkpal-frontend/scenes/board/time_slot.tscn
2025-01-29 00:49:21 +03:00

63 lines
1.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[gd_scene load_steps=4 format=3 uid="uid://cnr23ry08ntv4"]
[ext_resource type="Script" path="res://scenes/board/time_slot.gd" id="1_hwvwy"]
[ext_resource type="Theme" uid="uid://cmhwbyqu6nh38" path="res://assets/themes/big.tres" id="2_ty4oc"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pfkqv"]
bg_color = Color(0.6, 0.6, 0.6, 0)
border_width_left = 3
border_width_top = 3
border_width_bottom = 3
border_blend = true
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[node name="TimeSlot" type="HBoxContainer"]
custom_minimum_size = Vector2(0, 150)
theme_override_constants/separation = 25
script = ExtResource("1_hwvwy")
[node name="Indent" type="Label" parent="."]
layout_mode = 2
theme = ExtResource("2_ty4oc")
text = " "
[node name="TimeLabelControl" type="Control" parent="."]
layout_mode = 2
[node name="TimeLabel" type="Label" parent="TimeLabelControl"]
layout_mode = 1
anchors_preset = 6
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_left = -121.0
offset_top = -33.5
offset_bottom = 33.5
grow_horizontal = 0
grow_vertical = 2
theme = ExtResource("2_ty4oc")
text = "11:00"
[node name="Section" type="Panel" parent="."]
layout_mode = 2
size_flags_horizontal = 3
theme_override_styles/panel = SubResource("StyleBoxFlat_pfkqv")
[node name="EventsContainer" type="GridContainer" parent="."]
visible = false
layout_mode = 2
[node name="Event" type="Button" parent="EventsContainer"]
layout_mode = 2
theme = ExtResource("2_ty4oc")
text = "Переговоры с Клиентами"
[node name="Event2" type="Button" parent="EventsContainer"]
layout_mode = 2
theme = ExtResource("2_ty4oc")
text = "Интервью C#"