Fixed button colors
This commit is contained in:
@@ -37,7 +37,7 @@ texture_margin_left = 8.0
|
||||
texture_margin_top = 8.0
|
||||
texture_margin_right = 8.0
|
||||
texture_margin_bottom = 8.0
|
||||
region_rect = Rect2(48, 0, 48, 32)
|
||||
region_rect = Rect2(0, 0, 48, 32)
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_tkt1b"]
|
||||
content_margin_left = 10.0
|
||||
@@ -65,14 +65,14 @@ region_rect = Rect2(0, 32, 48, 32)
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_hwy2u")
|
||||
Button/colors/font_color = Color(0.875, 0.875, 0.875, 1)
|
||||
Button/colors/font_disabled_color = Color(0.8745098, 0.8745098, 0.8745098, 1)
|
||||
Button/colors/font_focus_color = Color(0.95, 0.95, 0.95, 1)
|
||||
Button/colors/font_hover_color = Color(0.95, 0.95, 0.95, 1)
|
||||
Button/colors/font_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_disabled_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_focus_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_hover_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/colors/icon_disabled_color = Color(1, 1, 1, 0.4)
|
||||
Button/colors/icon_disabled_color = Color(1, 1, 1, 1)
|
||||
Button/colors/icon_focus_color = Color(1, 1, 1, 1)
|
||||
Button/colors/icon_hover_color = Color(1, 1, 1, 1)
|
||||
Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user