refactor: remove unused constant variable

This commit is contained in:
Giovani
2021-06-03 02:41:21 -04:00
parent 1ac3a221fc
commit a0962f65a7

View File

@@ -4,7 +4,6 @@ from entity.Piece import Piece
from util.ConfigurationManager import ConfigurationManager from util.ConfigurationManager import ConfigurationManager
# potential color palette https://coolors.co/6495ed-ee6352-59cd90-fac05e-f79d84 # 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 TILE_SIZE = 10 # TODO define tile size in config
def draw(screen): def draw(screen):