[gd_scene load_steps=2 format=2] [ext_resource path="res://date_picker/scroll_picker.gd" type="Script" id=1] [node name="date_picker" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 __meta__ = { "_edit_use_anchors_": false } [node name="year_value" type="Control" parent="."] anchor_right = 0.333 anchor_bottom = 1.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } max_value = 9999 [node name="previous" type="Label" parent="year_value"] anchor_right = 1.0 anchor_bottom = 0.333 mouse_filter = 1 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="current" type="Label" parent="year_value"] anchor_top = 0.333 anchor_right = 1.0 anchor_bottom = 0.666 mouse_filter = 1 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="input" type="LineEdit" parent="year_value/current"] visible = false anchor_right = 1.0 anchor_bottom = 1.0 focus_next = NodePath("../../../month_value/current/input") align = 1 max_length = 4 caret_blink = true [node name="next" type="Label" parent="year_value"] anchor_top = 0.666 anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 1 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="month_value" 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_value"] anchor_right = 1.0 anchor_bottom = 0.333 mouse_filter = 1 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="current" type="Label" parent="month_value"] anchor_top = 0.333 anchor_right = 1.0 anchor_bottom = 0.666 mouse_filter = 1 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="input" type="LineEdit" parent="month_value/current"] visible = false anchor_right = 1.0 anchor_bottom = 1.0 focus_next = NodePath("../../../day_value/current/input") focus_previous = NodePath("../../../year_value/current/input") align = 1 max_length = 2 caret_blink = true [node name="next" type="Label" parent="month_value"] anchor_top = 0.666 anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 1 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="day_value" 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_value"] anchor_right = 1.0 anchor_bottom = 0.333 mouse_filter = 1 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="current" type="Label" parent="day_value"] anchor_top = 0.333 anchor_right = 1.0 anchor_bottom = 0.666 mouse_filter = 1 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="input" type="LineEdit" parent="day_value/current"] visible = false anchor_right = 1.0 anchor_bottom = 1.0 focus_previous = NodePath("../../../month_value/current/input") align = 1 max_length = 2 caret_blink = true [node name="next" type="Label" parent="day_value"] anchor_top = 0.666 anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 1 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="split_previous" type="ColorRect" parent="."] anchor_top = 0.333 anchor_right = 1.0 anchor_bottom = 0.343 color = Color( 1, 1, 1, 0.25 ) __meta__ = { "_edit_use_anchors_": false } [node name="split_next" type="ColorRect" parent="."] anchor_top = 0.666 anchor_right = 1.0 anchor_bottom = 0.676 color = Color( 1, 1, 1, 0.25 ) __meta__ = { "_edit_use_anchors_": false }