From c5ad2e56c8f8bb92f1b4b5ab74995c9b6bb40464 Mon Sep 17 00:00:00 2001 From: cakipaul Date: Wed, 23 Jul 2025 22:09:39 +0800 Subject: [PATCH] prop bag button --- scene/ux/bag/prop_bag_button.tscn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scene/ux/bag/prop_bag_button.tscn b/scene/ux/bag/prop_bag_button.tscn index 533fa4ae..4c13291c 100644 --- a/scene/ux/bag/prop_bag_button.tscn +++ b/scene/ux/bag/prop_bag_button.tscn @@ -11,11 +11,15 @@ custom_minimum_size = Vector2(130, 26) offset_right = 20.0 offset_bottom = 20.0 theme_type_variation = &"FlatButton" +theme_override_colors/font_hover_pressed_color = Color(0.299547, 0.299547, 0.299547, 1) +theme_override_colors/font_hover_color = Color(0.181798, 0.181798, 0.181798, 1) theme_override_colors/icon_hover_color = Color(1, 1, 1, 0.913725) theme_override_colors/icon_pressed_color = Color(1, 1, 1, 1) theme_override_colors/icon_focus_color = Color(1, 1, 1, 0.819608) theme_override_colors/icon_normal_color = Color(1, 1, 1, 0.6) theme_override_colors/font_color = Color(0, 0, 0, 1) +theme_override_colors/font_focus_color = Color(0.160269, 0.160269, 0.160269, 1) +theme_override_colors/font_pressed_color = Color(0, 0, 0, 1) theme_override_constants/icon_max_width = 8 theme_override_fonts/font = ExtResource("1_5nv8m") theme_override_font_sizes/font_size = 15