remove redundant imports for rounded corners

This commit is contained in:
Map 2024-10-07 03:07:03 -05:00
parent e41d42d4e7
commit 610737fddf

View file

@ -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