talkpal-frontend/scenes/board/time_slot.tscn
DarkSlein 64e0bd0a51 Implemented prototype with minimal functionality
Added tablet view

Added time

Implemented reserve now buttons

Implemented auto-scale

Implemented reservation edit and deletion
2025-02-05 00:17:27 +03:00

55 lines
1.5 KiB
Plaintext

[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")
height = 150
[node name="NewIndent" type="Control" parent="."]
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
[node name="Indent" type="Label" parent="."]
visible = false
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")