refactor: remove unused constant variable
This commit is contained in:
1
main.py
1
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):
|
||||
|
||||
Reference in New Issue
Block a user