gpml/scene/calendar.tscn

44 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-05-25 18:50:50 +02:00
[gd_scene load_steps=5 format=3 uid="uid://bkwvaljh0oj22"]
[ext_resource type="Theme" uid="uid://bu07nib41exqy" path="res://ui/theme.tres" id="1_jufjt"]
[ext_resource type="Script" path="res://script/calendar.gd" id="1_nbpow"]
[ext_resource type="PackedScene" uid="uid://x8u7mduga68y" path="res://scene/month.tscn" id="2_g4ut4"]
2024-05-25 18:58:08 +02:00
[ext_resource type="Script" path="res://script/periodmanager.gd" id="3_3jsi6"]
2024-05-25 18:50:50 +02:00
[node name="Calendar" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_jufjt")
script = ExtResource("1_nbpow")
month_scene = ExtResource("2_g4ut4")
[node name="CenterContainer" type="CenterContainer" parent="."]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -576.0
offset_right = 576.0
offset_bottom = 27.0
grow_horizontal = 2
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
layout_mode = 2
[node name="YearLabel" type="Label" parent="CenterContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 0
theme_override_font_sizes/font_size = 96
[node name="Year" type="GridContainer" parent="CenterContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
columns = 4
[node name="PeriodManager" type="Node" parent="."]
script = ExtResource("3_3jsi6")