talkpal-frontend/scenes/common/dialog_box.tscn
DarkSlein 2707d80723 Redone design
Fixed keyboar on web
2025-03-12 16:41:01 +03:00

45 lines
1.2 KiB
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://dt03kci5qbkg3"]
[ext_resource type="Theme" uid="uid://c66wo0qg82ssk" path="res://assets/themes/errror.tres" id="1_lxolw"]
[node name="DialogBox" type="VBoxContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Background" type="ColorRect" parent="."]
layout_mode = 2
size_flags_vertical = 3
color = Color(0.172549, 0.172549, 0.172549, 0.658824)
[node name="Control" type="Control" parent="Background"]
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="Box" type="ColorRect" parent="Background/Control"]
layout_mode = 1
offset_left = 133.0
offset_top = 411.0
offset_right = 133.0
offset_bottom = 411.0
color = Color(0, 0, 0, 0.572549)
[node name="Container" type="VBoxContainer" parent="Background/Control/Box"]
layout_mode = 2
offset_right = 934.0
offset_bottom = 178.0
theme_override_constants/separation = 50
[node name="Label" type="Label" parent="Background/Control/Box/Container"]
layout_mode = 2
theme = ExtResource("1_lxolw")
text = "Это время уже забронировано"
[node name="Button" type="Button" parent="Background/Control/Box/Container"]
layout_mode = 2
theme = ExtResource("1_lxolw")
text = "OK"