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.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user