some more changes whatever

This commit is contained in:
2023-02-04 18:02:34 +01:00
parent d204d15f4a
commit 9fa1d5987f
5 changed files with 19 additions and 11 deletions

View File

@@ -16,10 +16,9 @@ content_margin_top = 8.0
[node name="answer_button" type="Button"]
custom_minimum_size = Vector2(100, 32)
focus_mode = 0
theme_override_colors/icon_normal_color = Color(0, 0, 0, 0)
theme_override_colors/icon_pressed_color = Color(1, 1, 1, 1)
theme_override_colors/icon_hover_color = Color(1, 1, 1, 1)
theme_override_colors/icon_hover_color = Color(0, 0, 0, 0)
theme_override_colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
theme_override_colors/icon_focus_color = Color(1, 1, 1, 1)
theme_override_colors/icon_disabled_color = Color(0, 0, 0, 0)