mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
remove redundant imports for rounded corners
This commit is contained in:
parent
e41d42d4e7
commit
610737fddf
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
# RoundedCorners() rounds the corners of a displayable you give it
|
||||
|
||||
python early:
|
||||
import collections, pygame_sdl2 as pygame
|
||||
|
||||
def normalize_color(col):
|
||||
a = col[3] / 255.0
|
||||
|
|
Loading…
Reference in a new issue