mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-26 11:54:49 +01:00
tweak rounded corners of mod icons
This commit is contained in:
parent
7873a882a8
commit
e41d42d4e7
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ screen mod_menu():
|
|||
|
||||
# Display mod name and/or icon
|
||||
if return_translated_metadata(x, "Display") == "icon" and mod_icon != None:
|
||||
add RoundedCorners(mod_icon, radius=(5, 5, 5, 5)) xsize 342 fit "scale-down" at truecenter
|
||||
add RoundedCorners(mod_icon, radius=(15, 15, 15, 15)) xsize 462 yoffset -1 xoffset 1 fit "scale-down" at truecenter
|
||||
elif return_translated_metadata(x, "Display") == "both" or return_translated_metadata(x, "Display") == None and mod_icon != None:
|
||||
hbox:
|
||||
spacing 20
|
||||
|
|
Loading…
Add table
Reference in a new issue