diff options
| author | tpart <tpart120@proton.me> | 2024-09-25 21:57:51 +0200 | 
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-09-25 21:57:51 +0200 | 
| commit | 7bac98ee918ea9cee5eea3d446b2f204032fa03b (patch) | |
| tree | bf97210c441c33e3c26391a1ff352b8d16baf8dd /client/menu/theme | |
| parent | 58b70d4e6c6b22e507367a27bc9bf55a2b88521c (diff) | |
| download | hurrycurry-7bac98ee918ea9cee5eea3d446b2f204032fa03b.tar hurrycurry-7bac98ee918ea9cee5eea3d446b2f204032fa03b.tar.bz2 hurrycurry-7bac98ee918ea9cee5eea3d446b2f204032fa03b.tar.zst  | |
Fix progress bar background not round in item bubbles
Diffstat (limited to 'client/menu/theme')
| -rw-r--r-- | client/menu/theme/style/item_bubble_progress_style_background.tres | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/theme/style/item_bubble_progress_style_background.tres b/client/menu/theme/style/item_bubble_progress_style_background.tres index 02362554..9dbc753d 100644 --- a/client/menu/theme/style/item_bubble_progress_style_background.tres +++ b/client/menu/theme/style/item_bubble_progress_style_background.tres @@ -1,5 +1,6 @@  [gd_resource type="StyleBoxFlat" format=3 uid="uid://cu0his4018e7h"]  [resource] +resource_local_to_scene = true  corner_radius_bottom_right = 32  corner_radius_bottom_left = 32  |