ajout des polices d'écriture et modification des paramètres
This commit is contained in:
parent
2f60e6dfa7
commit
4b1862c59c
8 changed files with 78 additions and 82 deletions
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://d0ulsovtj84go"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://d0ulsovtj84go"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bql1rrrswwr0y" path="res://parametres/drop_menu/drop_menu_fenetre.tscn" id="1_josna"]
|
||||
[ext_resource type="FontFile" uid="uid://dbe1teksyhymq" path="res://ressources/fonts/OpenDyslexic-Regular.otf" id="1_ls7jb"]
|
||||
[ext_resource type="PackedScene" uid="uid://d30k33gvnoo46" path="res://parametres/drop_menu/drop_menu_resolution.tscn" id="2_ar3u0"]
|
||||
[ext_resource type="PackedScene" uid="uid://dah5m6qsf1fdr" path="res://parametres/slide_menu/slide_menu_parametres.tscn" id="3_4tew8"]
|
||||
[ext_resource type="PackedScene" uid="uid://n5vmjs3xhmma" path="res://parametres/assign_menu/assigner_bouton.tscn" id="4_chw0c"]
|
||||
|
@ -46,11 +47,13 @@ offset_right = -100.0
|
|||
offset_bottom = -50.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_fonts/font = ExtResource("1_ls7jb")
|
||||
tab_alignment = 1
|
||||
current_tab = 0
|
||||
|
||||
[node name="Affichage" type="TabBar" parent="TabContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_fonts/font = ExtResource("1_ls7jb")
|
||||
metadata/_tab_index = 0
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="TabContainer/Affichage"]
|
||||
|
@ -92,6 +95,7 @@ size_flags_vertical = 3
|
|||
[node name="Son" type="TabBar" parent="TabContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
theme_override_fonts/font = ExtResource("1_ls7jb")
|
||||
metadata/_tab_index = 1
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="TabContainer/Son"]
|
||||
|
@ -117,6 +121,7 @@ alignment = 1
|
|||
|
||||
[node name="Label" type="Label" parent="TabContainer/Son/MarginContainer/ScrollContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_fonts/font = ExtResource("1_ls7jb")
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "Volume"
|
||||
horizontal_alignment = 1
|
||||
|
@ -137,6 +142,7 @@ bus_name = "Sfx"
|
|||
[node name="Commandes" type="TabBar" parent="TabContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
theme_override_fonts/font = ExtResource("1_ls7jb")
|
||||
metadata/_tab_index = 2
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="TabContainer/Commandes"]
|
||||
|
@ -189,43 +195,4 @@ modulate = Color(1, 1, 1, 0)
|
|||
self_modulate = Color(1, 1, 1, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Accessibilité" type="TabBar" parent="TabContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
metadata/_tab_index = 3
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="TabContainer/Accessibilité"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_constants/margin_left = 24
|
||||
theme_override_constants/margin_top = 24
|
||||
theme_override_constants/margin_right = 24
|
||||
theme_override_constants/margin_bottom = 24
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="TabContainer/Accessibilité/MarginContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="VBoxContainer2" type="VBoxContainer" parent="TabContainer/Accessibilité/MarginContainer/ScrollContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
theme_override_constants/separation = 90
|
||||
alignment = 1
|
||||
|
||||
[node name="HSeparator" type="HSeparator" parent="TabContainer/Accessibilité/MarginContainer/ScrollContainer/VBoxContainer2"]
|
||||
modulate = Color(0.105882, 0.105882, 0.105882, 0)
|
||||
self_modulate = Color(1, 1, 1, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="TabContainer/Accessibilité/MarginContainer/ScrollContainer/VBoxContainer2"]
|
||||
layout_mode = 2
|
||||
text = "Taille de la police"
|
||||
|
||||
[node name="Label2" type="Label" parent="TabContainer/Accessibilité/MarginContainer/ScrollContainer/VBoxContainer2"]
|
||||
layout_mode = 2
|
||||
text = "Langue du jeu"
|
||||
|
||||
[connection signal="tab_changed" from="TabContainer/Commandes" to="." method="_on_commandes_tab_changed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue