diff --git a/game/src/rounded_corners.rpy b/game/src/rounded_corners.rpy index 37d5a1a..8b33033 100644 --- a/game/src/rounded_corners.rpy +++ b/game/src/rounded_corners.rpy @@ -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