diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-09-04 23:47:24 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-09-05 23:07:07 +0200 |
| commit | 81deaf81c800900e30046cb927be1c9d91ae61b8 (patch) | |
| tree | 20ce9898465e8d4c49eeff12a9ea55572517ea7b /client/gui/resources/style/hover_style.tres | |
| parent | fd80142282fcef628466a18e3ea62f0d1372d807 (diff) | |
| download | hurrycurry-81deaf81c800900e30046cb927be1c9d91ae61b8.tar hurrycurry-81deaf81c800900e30046cb927be1c9d91ae61b8.tar.bz2 hurrycurry-81deaf81c800900e30046cb927be1c9d91ae61b8.tar.zst | |
reorganize client gui files
Diffstat (limited to 'client/gui/resources/style/hover_style.tres')
| -rw-r--r-- | client/gui/resources/style/hover_style.tres | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/gui/resources/style/hover_style.tres b/client/gui/resources/style/hover_style.tres new file mode 100644 index 00000000..963ee2ca --- /dev/null +++ b/client/gui/resources/style/hover_style.tres @@ -0,0 +1,12 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://dua4jqje3704w"] + +[resource] +content_margin_left = 10.0 +content_margin_top = 10.0 +content_margin_right = 10.0 +content_margin_bottom = 10.0 +bg_color = Color(1, 1, 1, 0.266667) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 |