ajout des polices d'écriture et modification des paramètres

This commit is contained in:
E213872U 2025-01-24 19:12:28 +01:00
parent 2f60e6dfa7
commit 4b1862c59c
8 changed files with 78 additions and 82 deletions

View file

@ -1,4 +1,6 @@
[gd_scene format=3 uid="uid://bbnto4k0qufd7"]
[gd_scene load_steps=2 format=3 uid="uid://bbnto4k0qufd7"]
[ext_resource type="FontFile" uid="uid://dbe1teksyhymq" path="res://ressources/fonts/OpenDyslexic-Regular.otf" id="1_2x8rq"]
[node name="Drop_Menu_Parametres" type="Control"]
layout_mode = 3
@ -29,6 +31,7 @@ size_flags_horizontal = 3
[node name="Label" type="Label" parent="HBoxContainer"]
custom_minimum_size = Vector2(264, 0)
layout_mode = 2
theme_override_fonts/font = ExtResource("1_2x8rq")
theme_override_font_sizes/font_size = 32
text = "TEXTE_PAR_DEFAUT"
vertical_alignment = 1
@ -41,7 +44,8 @@ layout_mode = 2
[node name="OptionButton" type="OptionButton" parent="HBoxContainer"]
custom_minimum_size = Vector2(256, 64)
layout_mode = 2
theme_override_font_sizes/font_size = 32
theme_override_fonts/font = ExtResource("1_2x8rq")
theme_override_font_sizes/font_size = 22
[node name="VSeparator3" type="VSeparator" parent="HBoxContainer"]
modulate = Color(1, 1, 1, 0)