refactor: remove unused constant variable

This commit is contained in:
2021-06-03 02:41:21 -04:00
parent 98c933ffa3
commit 4ccd1fb2e9

View File

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