a game about throwing hammers made for the github game off
Diffstat (limited to 'ui/button/button_pressed.tres')
| -rw-r--r-- | ui/button/button_pressed.tres | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/button/button_pressed.tres b/ui/button/button_pressed.tres index 8a95654..9688467 100644 --- a/ui/button/button_pressed.tres +++ b/ui/button/button_pressed.tres @@ -6,7 +6,11 @@ content_margin_top = 10.0 content_margin_right = 10.0 content_margin_bottom = 10.0 bg_color = Color(0.101961, 0.172549, 0.192157, 1) -border_color = Color(0.933333, 0.909804, 0.835294, 1) +border_width_left = 5 +border_width_top = 5 +border_width_right = 5 +border_width_bottom = 5 +border_color = Color(0.14902, 0.545098, 0.823529, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 |