[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_scroll" type="Control" parent="."] anchor_right = 0.333 anchor_bottom = 1.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } max_value = 9999 [node name="value_previous" type="Label" parent="year_scroll"] anchor_right = 1.0 anchor_bottom = 0.333 mouse_filter = 1 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="ColorRect" type="ColorRect" parent="year_scroll/value_previous"] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 color = Color( 0, 1, 1, 0.0980392 ) __meta__ = { "_edit_use_anchors_": false } [node name="value" type="Label" parent="year_scroll"] 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="ColorRect" type="ColorRect" parent="year_scroll/value"] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 color = Color( 1, 1, 1, 0.0980392 ) __meta__ = { "_edit_use_anchors_": false } [node name="value_next" type="Label" parent="year_scroll"] 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="ColorRect" type="ColorRect" parent="year_scroll/value_next"] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 color = Color( 1, 1, 0, 0.0980392 ) __meta__ = { "_edit_use_anchors_": false } [node name="debug" type="Label" parent="year_scroll"] anchor_right = 1.0 anchor_bottom = 1.0 [node name="month_scroll" 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="value_previous" type="Label" parent="month_scroll"] anchor_right = 1.0 anchor_bottom = 0.333 mouse_filter = 1 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="ColorRect" type="ColorRect" parent="month_scroll/value_previous"] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 color = Color( 0, 1, 1, 0.0980392 ) __meta__ = { "_edit_use_anchors_": false } [node name="value" type="Label" parent="month_scroll"] 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="ColorRect" type="ColorRect" parent="month_scroll/value"] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 color = Color( 1, 1, 1, 0.0980392 ) __meta__ = { "_edit_use_anchors_": false } [node name="value_next" type="Label" parent="month_scroll"] 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="ColorRect" type="ColorRect" parent="month_scroll/value_next"] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 color = Color( 1, 1, 0, 0.0980392 ) __meta__ = { "_edit_use_anchors_": false } [node name="debug" type="Label" parent="month_scroll"] anchor_right = 1.0 anchor_bottom = 1.0 [node name="day_scroll" 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="value_previous" type="Label" parent="day_scroll"] anchor_right = 1.0 anchor_bottom = 0.333 mouse_filter = 1 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="ColorRect" type="ColorRect" parent="day_scroll/value_previous"] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 color = Color( 0, 1, 1, 0.0980392 ) __meta__ = { "_edit_use_anchors_": false } [node name="value" type="Label" parent="day_scroll"] 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="ColorRect" type="ColorRect" parent="day_scroll/value"] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 color = Color( 1, 1, 1, 0.0980392 ) __meta__ = { "_edit_use_anchors_": false } [node name="value_next" type="Label" parent="day_scroll"] 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="ColorRect" type="ColorRect" parent="day_scroll/value_next"] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 color = Color( 1, 1, 0, 0.0980392 ) __meta__ = { "_edit_use_anchors_": false } [node name="debug" type="Label" parent="day_scroll"] anchor_right = 1.0 anchor_bottom = 1.0 __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 }