diff options
| author | tpart <tpart120@proton.me> | 2024-08-15 21:57:17 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-08-15 21:57:17 +0200 |
| commit | 919e7b26cc5b32bdc23b9cb79c7300a4ff772aa2 (patch) | |
| tree | dfd5c3e8035f131bbdedf7df0a1f5ad12526c9e7 /client/menu/theme/style/hover_style.tres | |
| parent | 47de730dde9adedd06a8ee6be374e55ede0bc1fb (diff) | |
| download | hurrycurry-919e7b26cc5b32bdc23b9cb79c7300a4ff772aa2.tar hurrycurry-919e7b26cc5b32bdc23b9cb79c7300a4ff772aa2.tar.bz2 hurrycurry-919e7b26cc5b32bdc23b9cb79c7300a4ff772aa2.tar.zst | |
Fix: Enable bot button style incorrect; Move theme styles to files
Diffstat (limited to 'client/menu/theme/style/hover_style.tres')
| -rw-r--r-- | client/menu/theme/style/hover_style.tres | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/menu/theme/style/hover_style.tres b/client/menu/theme/style/hover_style.tres new file mode 100644 index 00000000..963ee2ca --- /dev/null +++ b/client/menu/theme/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 |