32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bhd0xvnvoqslr"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/common/time/time_edit.gd" id="1_2wxyg"]
|
|
[ext_resource type="Script" path="res://addons/date-time-elements/scripts/time-input.gd" id="2_7d4ae"]
|
|
[ext_resource type="Theme" uid="uid://cmhwbyqu6nh38" path="res://assets/themes/big.tres" id="3_bpvuo"]
|
|
|
|
[node name="Time" type="BoxContainer"]
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
offset_bottom = 75.0
|
|
grow_horizontal = 2
|
|
script = ExtResource("1_2wxyg")
|
|
|
|
[node name="TimeEdit" type="LineEdit" parent="."]
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "21:15 "
|
|
placeholder_text = "hh:mm (a/p)m"
|
|
script = ExtResource("2_7d4ae")
|
|
current_time = true
|
|
|
|
[node name="Edit" type="LineEdit" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("3_bpvuo")
|
|
virtual_keyboard_enabled = false
|
|
|
|
[connection signal="mouse_entered" from="TimeEdit/Clock" to="TimeEdit/Clock" method="_on_mouse_entered"]
|
|
[connection signal="mouse_exited" from="TimeEdit/Clock" to="TimeEdit/Clock" method="_on_mouse_exited"]
|
|
[connection signal="visibility_changed" from="TimeEdit/Clock" to="TimeEdit/Clock" method="_on_visibility_changed"]
|
|
[connection signal="draw" from="TimeEdit/ManualClock" to="TimeEdit/ManualClock" method="_on_draw"]
|