forked from Cavemanon/SnootGame
remove redundant imports for rounded corners
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user