diff --git a/subs.txt b/subs.txt index ec463cc..a6d8a17 100644 --- a/subs.txt +++ b/subs.txt @@ -1,8 +1,8 @@ +maothecat +mattgamerguy666 +rarestmonkey costello_ ksyme99 -hil42 -rarestmonkey -mattgamerguy666 -meblu42 -burgiuk +etho8282 idiotictendencies +burgiuk diff --git a/teampicker.py b/teampicker.py index fa477db..4f6b1f0 100644 --- a/teampicker.py +++ b/teampicker.py @@ -4,7 +4,7 @@ # # Two files provided: # - subs.txt -- 8 subscribers -# - teams.txt -- 26 teams +# - teams.txt -- 30 teams # # Pseudocode: # Split screen in 1:3 @@ -41,7 +41,7 @@ RED = (186, 20, 31) PURPLE = (121, 35, 158) screen = pygame.display.set_mode(SIZE) -pygame.display.set_caption("Sub Crown Nov 2020 Team Picker") +pygame.display.set_caption("Sub Crown Mar 2021 Team Picker") # Set up team text positioning references # @@ -56,7 +56,7 @@ ROWHEIGHT = int((HEIGHT-ROWSTART)/10) TEAMSFILE = "teams.txt" TEAMNUMCOLS = 3 -TEAMNUMROWS = 9 +TEAMNUMROWS = 10 TEAMCOLS = [] TEAMROWS = [] @@ -73,7 +73,7 @@ SUBSFILE = "subs.txt" SUBS = [] SUBNUMROWS = 8 -SUBROWHEIGHT = int((HEIGHT-ROWSTART)/9) +SUBROWHEIGHT = int((HEIGHT-ROWSTART)/SUBNUMROWS) SUBROWS = [] for i in range(SUBNUMROWS): diff --git a/teams.txt b/teams.txt index e61e351..1df22cb 100644 --- a/teams.txt +++ b/teams.txt @@ -1,26 +1,30 @@ -Anaheim -Boston -Buffalo -Calgary -Chicago -Dallas -Detroit -Edmonton -Florida -Hartford -Los Angeles -Montreal -New Jersey -NY Islanders -NY Rangers -Ottawa -Philadelphia -Pittsburgh -Quebec -San Jose -St Louis -Tampa Bay -Toronto -Vancouver -Washington -Winnipeg +Argentina +Australia +Canada +Czech R +England +Fiji +France +Germany +Ireland +Italy +Ivory Coast +Japan +Latvia +Morocco +Netherlands +Namibia +New Zealand +Portugal +Romania +Russia +Scotland +South Africa +Spain +Sweden +Tonga +Uruguay +USA +Wales +W Samoa +Zimbabwe