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
|
@ -2,13 +2,10 @@
|
|||
|
||||
[ext_resource type="Script" path="res://parametres/menu_parametres.gd" id="1_2rsun"]
|
||||
[ext_resource type="PackedScene" uid="uid://d0ulsovtj84go" path="res://parametres/tab_parametres.tscn" id="2_hg7gg"]
|
||||
[ext_resource type="FontFile" uid="uid://dbe1teksyhymq" path="res://ressources/fonts/OpenDyslexic-Regular.otf" id="2_lqvew"]
|
||||
[ext_resource type="Texture2D" uid="uid://c5q7bc5hpe6hd" path="res://ressources/images/menu_jeu_tiny_button.svg" id="3_28efj"]
|
||||
[ext_resource type="Texture2D" uid="uid://1pxsc65es708" path="res://ressources/images/menu_jeu_tiny_button_survole.svg" id="4_fo4ob"]
|
||||
|
||||
[sub_resource type="SystemFont" id="SystemFont_ur4bm"]
|
||||
font_names = PackedStringArray("Yu Gothic UI")
|
||||
subpixel_positioning = 0
|
||||
|
||||
[node name="Menu_parametres" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
|
@ -41,7 +38,7 @@ theme_override_constants/separation = 15
|
|||
layout_mode = 2
|
||||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/outline_size = 10
|
||||
theme_override_fonts/font = SubResource("SystemFont_ur4bm")
|
||||
theme_override_fonts/font = ExtResource("2_lqvew")
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "Options"
|
||||
horizontal_alignment = 1
|
||||
|
@ -52,7 +49,7 @@ layout_mode = 2
|
|||
size_flags_vertical = 3
|
||||
|
||||
[node name="exit_button" type="TextureButton" parent="TabContainer/VBoxContainer"]
|
||||
custom_minimum_size = Vector2(160, 128)
|
||||
custom_minimum_size = Vector2(200, 150)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 8
|
||||
|
@ -66,9 +63,11 @@ stretch_mode = 0
|
|||
modulate = Color(0, 0, 0, 1)
|
||||
self_modulate = Color(0, 0, 0, 1)
|
||||
layout_mode = 0
|
||||
offset_top = 26.0
|
||||
offset_right = 160.0
|
||||
offset_bottom = 90.0
|
||||
offset_left = 19.0
|
||||
offset_top = 37.0
|
||||
offset_right = 179.0
|
||||
offset_bottom = 101.0
|
||||
theme_override_fonts/font = ExtResource("2_lqvew")
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "Retour"
|
||||
horizontal_alignment = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue