mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 14:58:45 +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
|
# RoundedCorners() rounds the corners of a displayable you give it
|
||||||
|
|
||||||
python early:
|
python early:
|
||||||
import collections, pygame_sdl2 as pygame
|
|
||||||
|
|
||||||
def normalize_color(col):
|
def normalize_color(col):
|
||||||
a = col[3] / 255.0
|
a = col[3] / 255.0
|
||||||
|
|
Loading…
Reference in a new issue