From 59b62d0e720e9eca5073f0c3449e341db687546a Mon Sep 17 00:00:00 2001 From: Yadciel Date: Mon, 19 Aug 2024 22:46:52 +0200 Subject: [PATCH] Apply theme to OptionButtons in GameScene Added a new theme resource for OptionButtons to ensure consistent font sizes. Updated MainMenu text to correctly number new players without adding one. --- GameScene.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/GameScene.tscn b/GameScene.tscn index 3433afb..aa14ec6 100644 --- a/GameScene.tscn +++ b/GameScene.tscn @@ -655,6 +655,7 @@ vertical_alignment = 1 [node name="OptionButton" type="OptionButton" parent="ScrollContainer/VBoxContainer/chance/HBoxContainer"] custom_minimum_size = Vector2(250, 150) layout_mode = 2 +theme = ExtResource("3_hdjql") theme_override_font_sizes/font_size = 50 alignment = 1 clip_text = true