a game about throwing hammers made for the github game off
Diffstat (limited to 'ui/button/button_hover.tres')
| -rw-r--r-- | ui/button/button_hover.tres | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/button/button_hover.tres b/ui/button/button_hover.tres new file mode 100644 index 0000000..34233ed --- /dev/null +++ b/ui/button/button_hover.tres @@ -0,0 +1,17 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://5c652jqp6x8q"] + +[resource] +content_margin_left = 10.0 +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_width_left = 5 +border_width_top = 5 +border_width_right = 5 +border_width_bottom = 5 +border_color = Color(0.513726, 0.580392, 0.588235, 1) +corner_radius_top_left = 10 +corner_radius_top_right = 10 +corner_radius_bottom_right = 10 +corner_radius_bottom_left = 10 |