20 lines
715 B
Plaintext
20 lines
715 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://e73v63ysty2e"]
|
|
|
|
[ext_resource type="Theme" uid="uid://cmhwbyqu6nh38" path="res://assets/themes/big.tres" id="1_bo38g"]
|
|
|
|
[node name="ErrorBox" type="HBoxContainer"]
|
|
|
|
[node name="Control" type="Control" parent="."]
|
|
custom_minimum_size = Vector2(25, 0)
|
|
layout_mode = 2
|
|
|
|
[node name="ErrorLabel" type="Label" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("1_bo38g")
|
|
theme_override_colors/font_color = Color(1, 0, 0, 1)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 8
|
|
text = "❗ Время начала не может быть больше времени окончания"
|
|
autowrap_mode = 2
|