a game about throwing hammers made for the github game off
Diffstat (limited to 'ui/darkener_panel_top.tres')
| -rw-r--r-- | ui/darkener_panel_top.tres | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/darkener_panel_top.tres b/ui/darkener_panel_top.tres new file mode 100644 index 0000000..522b005 --- /dev/null +++ b/ui/darkener_panel_top.tres @@ -0,0 +1,17 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://bt4oraf4hpx7b"] + +[resource] +content_margin_left = 15.0 +content_margin_top = 15.0 +content_margin_right = 15.0 +content_margin_bottom = 15.0 +bg_color = Color(0, 0, 0, 0) +border_width_left = 5 +border_width_top = 5 +border_width_right = 5 +border_width_bottom = 5 +corner_radius_top_left = 15 +corner_radius_top_right = 15 +corner_radius_bottom_right = 15 +corner_radius_bottom_left = 15 +corner_detail = 15 |