[gd_scene load_steps=3 format=2] [ext_resource path="res://ui/date_picker/value_picker.gd" type="Script" id=1] [ext_resource path="res://ui/date_picker/date_picker.gd" type="Script" id=2] [node name="date_picker" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 2 ) [node name="split_upper" type="ColorRect" parent="."] anchor_top = 0.333 anchor_right = 1.0 anchor_bottom = 0.343 color = Color( 0.501961, 0.501961, 0.501961, 0.501961 ) __meta__ = { "_edit_use_anchors_": false } [node name="split_lower" type="ColorRect" parent="."] anchor_top = 0.666 anchor_right = 1.0 anchor_bottom = 0.676 color = Color( 0.501961, 0.501961, 0.501961, 0.501961 ) __meta__ = { "_edit_use_anchors_": false } [node name="year" type="Control" parent="."] anchor_right = 0.333 anchor_bottom = 1.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } min_value = 1 max_value = 9999 [node name="previous" type="Label" parent="year"] anchor_right = 1.0 anchor_bottom = 0.333 mouse_filter = 1 align = 1 [node name="current" type="Label" parent="year"] anchor_top = 0.333 anchor_right = 1.0 anchor_bottom = 0.666 mouse_filter = 1 align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="input" type="LineEdit" parent="year/current"] visible = false anchor_right = 1.0 anchor_bottom = 1.0 margin_top = 3.0 margin_bottom = 3.0 grow_horizontal = 2 grow_vertical = 2 rect_clip_content = true focus_next = NodePath("../../../month/current/input") custom_constants/minimum_spaces = 0 align = 1 max_length = 4 caret_blink = true [node name="next" type="Label" parent="year"] anchor_top = 0.666 anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 1 align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="month" type="Control" parent="."] anchor_left = 0.333 anchor_right = 0.666 anchor_bottom = 1.0 script = ExtResource( 1 ) min_value = 1 max_value = 12 [node name="previous" type="Label" parent="month"] anchor_right = 1.0 anchor_bottom = 0.333 mouse_filter = 1 align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="current" type="Label" parent="month"] anchor_top = 0.333 anchor_right = 1.0 anchor_bottom = 0.666 mouse_filter = 1 align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="input" type="LineEdit" parent="month/current"] visible = false anchor_right = 1.0 anchor_bottom = 1.0 margin_top = 3.0 margin_bottom = 3.0 grow_horizontal = 2 grow_vertical = 2 focus_next = NodePath("../../../day/current/input") focus_previous = NodePath("../../../year/current/input") custom_constants/minimum_spaces = 0 align = 1 max_length = 2 caret_blink = true [node name="next" type="Label" parent="month"] anchor_top = 0.666 anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 1 align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="day" type="Control" parent="."] anchor_left = 0.666 anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } min_value = 1 max_value = 31 [node name="previous" type="Label" parent="day"] anchor_right = 1.0 anchor_bottom = 0.333 mouse_filter = 1 align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="current" type="Label" parent="day"] anchor_top = 0.333 anchor_right = 1.0 anchor_bottom = 0.666 mouse_filter = 1 align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="input" type="LineEdit" parent="day/current"] visible = false anchor_right = 1.0 anchor_bottom = 1.0 margin_top = 3.0 margin_bottom = 3.0 grow_horizontal = 2 grow_vertical = 2 focus_previous = NodePath("../../../month/current/input") custom_constants/minimum_spaces = 0 align = 1 max_length = 2 caret_blink = true [node name="next" type="Label" parent="day"] anchor_top = 0.666 anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 1 align = 1 __meta__ = { "_edit_use_anchors_": false }