Skip to content

Commit

Permalink
fix(team-race): should handle draw
Browse files Browse the repository at this point in the history
fix #29
  • Loading branch information
NateScarlet committed Jun 6, 2021
1 parent 8a8d870 commit 22078ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions auto_derby/jobs/team_race.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def team_race():
templates.RACE_AGAIN_BUTTON,
templates.TEAM_RACE_WIN,
templates.TEAM_RACE_LOSE,
templates.TEAM_RACE_DRAW,
templates.TEAM_RACE_HIGH_SCORE_UPDATED,
templates.TEAM_RACE_NEXT_BUTTON,
templates.LIMITED_SALE_OPEN,
Expand Down
1 change: 1 addition & 0 deletions auto_derby/templates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
TEAM_RACE_BUTTON = "team_race_button.png"
TEAM_RACE_CHOOSE_COMPETITOR = "team_race_choose_competitor.png"
TEAM_RACE_CHOOSE_COMPETITOR_POS = "team_race_choose_competitor.pos.png"
TEAM_RACE_DRAW = "team_race_draw.png"
TEAM_RACE_HIGH_SCORE_UPDATED = "team_race_high_score_updated.png"
TEAM_RACE_LOSE = "team_race_lose.png"
TEAM_RACE_NEXT_BUTTON = "team_race_next_button.png"
Expand Down
Binary file added auto_derby/templates/team_race_draw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 22078ca

Please sign in to comment.