54 lines
1.5 KiB
Plaintext
54 lines
1.5 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bc4tcq608v5rx"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/common/calendar/calendar_setting.gd" id="1_k60tp"]
|
|
[ext_resource type="Theme" uid="uid://cmhwbyqu6nh38" path="res://assets/themes/big.tres" id="2_dde4w"]
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_k60tp")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -92.5
|
|
offset_top = -38.0
|
|
offset_right = 92.5
|
|
offset_bottom = 38.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("2_dde4w")
|
|
theme_override_constants/separation = 10
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_constants/separation = 10
|
|
alignment = 1
|
|
|
|
[node name="PrevMonthButton" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = " < "
|
|
|
|
[node name="MonthLabel" type="Label" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="NextMonthButton" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = " > "
|
|
|
|
[node name="DaysGrid" type="GridContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("2_dde4w")
|
|
theme_override_constants/h_separation = 15
|
|
theme_override_constants/v_separation = 15
|
|
columns = 7
|