55 lines
1.7 KiB
Plaintext
55 lines
1.7 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://d0fdiesiaajlq"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/common/edit_field.gd" id="1_sdy7t"]
|
|
[ext_resource type="Theme" uid="uid://7lcget51crj1" path="res://assets/themes/medium.tres" id="2_haj3x"]
|
|
[ext_resource type="Theme" uid="uid://cmhwbyqu6nh38" path="res://assets/themes/big.tres" id="2_iq8f3"]
|
|
[ext_resource type="PackedScene" uid="uid://drdv8adk1wi8f" path="res://scenes/common/calendar/calendar_edit.tscn" id="4_hlx5p"]
|
|
[ext_resource type="PackedScene" uid="uid://bhd0xvnvoqslr" path="res://scenes/common/time/time_edit.tscn" id="5_d0drs"]
|
|
|
|
[node name="EditField" type="HBoxContainer"]
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
offset_bottom = 67.0
|
|
grow_horizontal = 2
|
|
theme_override_constants/separation = 25
|
|
script = ExtResource("1_sdy7t")
|
|
|
|
[node name="FieldLabelControl" type="Control" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="FieldLabel" type="Label" parent="FieldLabelControl"]
|
|
layout_mode = 2
|
|
offset_left = 25.0
|
|
offset_top = 4.0
|
|
offset_right = 231.0
|
|
offset_bottom = 62.0
|
|
theme = ExtResource("2_haj3x")
|
|
|
|
[node name="Indent" type="Label" parent="."]
|
|
layout_mode = 2
|
|
theme = ExtResource("2_iq8f3")
|
|
text = " "
|
|
|
|
[node name="Line" type="LineEdit" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("2_iq8f3")
|
|
max_length = 32
|
|
|
|
[node name="Text" type="TextEdit" parent="."]
|
|
visible = false
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("2_iq8f3")
|
|
wrap_mode = 1
|
|
scroll_fit_content_height = true
|
|
|
|
[node name="Calendar" parent="." instance=ExtResource("4_hlx5p")]
|
|
visible = false
|
|
layout_mode = 2
|
|
|
|
[node name="Time" parent="." instance=ExtResource("5_d0drs")]
|
|
visible = false
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|