64 lines
1.7 KiB
Plaintext
64 lines
1.7 KiB
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://x8u7mduga68y"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://script/month.gd" id="1_tiy7h"]
|
||
|
[ext_resource type="PackedScene" uid="uid://dt5l2bunc1iru" path="res://scene/day.tscn" id="2_5kdiw"]
|
||
|
|
||
|
[node name="Month" type="Control"]
|
||
|
custom_minimum_size = Vector2(250, 250)
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
script = ExtResource("1_tiy7h")
|
||
|
day_scene = ExtResource("2_5kdiw")
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||
|
layout_mode = 0
|
||
|
offset_right = 40.0
|
||
|
offset_bottom = 40.0
|
||
|
|
||
|
[node name="MonthLabel" type="Label" parent="HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
theme_override_font_sizes/font_size = 20
|
||
|
|
||
|
[node name="DaysGridContainer" type="GridContainer" parent="HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
columns = 7
|
||
|
|
||
|
[node name="Dimanche" type="Label" parent="HBoxContainer/DaysGridContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
text = "D"
|
||
|
|
||
|
[node name="Lundi" type="Label" parent="HBoxContainer/DaysGridContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
text = "L"
|
||
|
|
||
|
[node name="Mardi" type="Label" parent="HBoxContainer/DaysGridContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
text = "M"
|
||
|
|
||
|
[node name="Mercredi" type="Label" parent="HBoxContainer/DaysGridContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
text = "M"
|
||
|
|
||
|
[node name="Jeudi" type="Label" parent="HBoxContainer/DaysGridContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
text = "J"
|
||
|
|
||
|
[node name="Vendredi" type="Label" parent="HBoxContainer/DaysGridContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
text = "V"
|
||
|
|
||
|
[node name="Samedi" type="Label" parent="HBoxContainer/DaysGridContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
text = "S"
|