Skip to content

Commit

Permalink
remove useless constants
Browse files Browse the repository at this point in the history
  • Loading branch information
vpoulailleau committed Jan 15, 2024
1 parent f7df8a2 commit f444d8b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions space_collector/viewer/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
SCREEN_TITLE = "Space collector"
SCORE_WIDTH = 500
SCORE_HEIGHT = SCREEN_HEIGHT
TEAM_COLORS = {
0: (255, 128, 128, 255),
1: (64, 255, 64, 255),
2: (255, 255, 0, 255),
3: (32, 196, 255, 255),
}
TEAM_HUES = {
0: 0,
1: 30,
Expand Down

0 comments on commit f444d8b

Please sign in to comment.