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
|
||||
|
||||
python early:
|
||||
import collections, pygame_sdl2 as pygame
|
||||
|
||||
def normalize_color(col):
|
||||
a = col[3] / 255.0
|
||||
|
Reference in New Issue
Block a user