From 610737fddf09af75db8e8befd7005bc85e566991 Mon Sep 17 00:00:00 2001 From: Map Date: Mon, 7 Oct 2024 03:07:03 -0500 Subject: [PATCH] remove redundant imports for rounded corners --- game/src/rounded_corners.rpy | 1 - 1 file changed, 1 deletion(-) 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