From 71a76cdc0bfa9038d49ed6d195297f8bf315f77d Mon Sep 17 00:00:00 2001 From: Giovani Rodriguez Date: Thu, 3 Jun 2021 02:41:21 -0400 Subject: [PATCH] refactor: remove unused constant variable --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index cdc238b..3a6b4db 100644 --- a/main.py +++ b/main.py @@ -4,7 +4,6 @@ from entity.Piece import Piece from util.ConfigurationManager import ConfigurationManager # potential color palette https://coolors.co/6495ed-ee6352-59cd90-fac05e-f79d84 -FIRE_OPAL = (238, 99, 82) # TODO define colors in config TILE_SIZE = 10 # TODO define tile size in config def draw(screen):