Theme fixes

FINALLY scrollbars
No more blur
Nice buttons
This commit is contained in:
WallK 2024-02-18 11:47:11 +02:00
parent e9267acfcd
commit 56cacd4e25
4 changed files with 111 additions and 126 deletions

View file

@ -149,7 +149,6 @@ columns = 2
[node name="quick_resume" type="CheckButton" parent="Background/MarginContainer/TabContainer/TK_SYSTEM/ScrollContainer/VBoxContainer/game_control_container/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
theme_override_constants/h_separation = 128
button_pressed = true
text = "TK_QRESUME"
metadata/description = "This is a test description set to this element"
@ -161,7 +160,6 @@ text = "TK_ADVANCED"
[node name="rewind" type="CheckButton" parent="Background/MarginContainer/TabContainer/TK_SYSTEM/ScrollContainer/VBoxContainer/game_control_container/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
theme_override_constants/h_separation = 256
text = "TK_REWIND"
metadata/description = "This is another, very long and convoluted, description, that I put too much commas in to make in LONGER and more SOPHISTICATED. And I did it twice!!!This is another, very long and convoluted, description, that I put too much commas in to make in LONGER and more SOPHISTICATED."
@ -887,7 +885,7 @@ grow_vertical = 0
[node name="controller_guide_text" type="RichTextLabel" parent="coltroller_guide"]
layout_mode = 2
theme_override_colors/default_color = Color(1, 1, 1, 0.607843)
theme_override_font_sizes/normal_font_size = 32
theme_override_font_sizes/normal_font_size = 23
text = "(A) Accept (B) Back (L/R) Tab Switch (Menu) Exit"
fit_content = true
scroll_active = false

View file

@ -88,6 +88,7 @@ locale/translations=PackedStringArray("res://locales/interface.en.translation",
[rendering]
textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"
viewport/transparent_background=true

View file

@ -23,7 +23,7 @@ compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/mode=1
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
@ -31,4 +31,4 @@ process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
detect_3d/compress_to=0

File diff suppressed because one or more lines are too long