From fa4f0165a83e3901048444b302c547183f558b6a Mon Sep 17 00:00:00 2001 From: bertieb Date: Fri, 7 Jan 2022 19:54:39 +0000 Subject: [PATCH] (Dec 2021) Update for NHL94 (again!) --- subs.txt | 12 ++++++------ teampicker.py | 6 +++--- teams.txt | 38 ++++++++++++++++++++++++++------------ 3 files changed, 35 insertions(+), 21 deletions(-) diff --git a/subs.txt b/subs.txt index f5b32dd..0ee467c 100644 --- a/subs.txt +++ b/subs.txt @@ -1,8 +1,8 @@ -rarestmonkey +etho8282 costello_ -pandacat42 -mattgamerguy666 -ksyme99 -idiotictendencies -maothecat burgiuk +rarestmonkey +maothecat +idiotictendencies +mattgamerguy666 +pandacat42 diff --git a/teampicker.py b/teampicker.py index ffb2713..b74363f 100644 --- a/teampicker.py +++ b/teampicker.py @@ -21,7 +21,7 @@ import random import pygame pygame.init() -random.seed("bertieb") +random.seed("bertiebdec2021") HIGHLIGHTEVENT = pygame.USEREVENT + 1 # user specified event CLEAREVENT = pygame.USEREVENT + 2 # user specified event @@ -31,7 +31,7 @@ SIZE = WIDTH, HEIGHT = 1920, 1080 BGIMG = pygame.image.load("sub_crown_bg_2.png") -FONT = pygame.font.SysFont("Fetamont", 65) +FONT = pygame.font.SysFont("Fetamont", 40) SUBFONTHEIGHT = 45 SUBFONT = pygame.font.SysFont("Fetamont", SUBFONTHEIGHT) OFFWHITE = (224, 224, 224) @@ -50,7 +50,7 @@ pygame.display.set_caption("Sub Crown October 2021 Team Picker") TEAMSFILE = "teams.txt" TEAMNUMCOLS = 2 -TEAMNUMROWS = 12 +TEAMNUMROWS = 18 # COLSTART = int(WIDTH/TEAMNUMCOLS) COLSTART = int(WIDTH/(TEAMNUMCOLS+1)) diff --git a/teams.txt b/teams.txt index e726944..76222e4 100644 --- a/teams.txt +++ b/teams.txt @@ -1,12 +1,26 @@ -Australia -England -Holland -India -Kenya -New Zealand -Pakistan -South Africa -Sri Lanka -UAE -Zimbabwe -West Indies +Anaheim Mighty Ducks +Boston Bruins +Buffalo Sabres +Calgary Flames +Chicago Blackhawks +Dallas Stars +Detroit Red Wings +Edmonton Oilers +Florida Panthers +Hartford Whalers +Los Angeles Kings +Montreal Canadiens +New Jersey Devils +New York Islanders +New York Rangers +Ottawa Senators +Philadelphia Flyers +Pittsburgh Penguins +Quebec Nordiques +San Jose Sharks +St. Louis Blues +Tampa Bay Lightning +Toronto Maple Leafs +Vancouver Canucks +Washington Capitals +Winnipeg Jets