소스 검색

(August 2021) Update to Madden 93

aug-2021
bertieb 3 년 전
부모
커밋
b83eb4a9b7
3개의 변경된 파일34개의 추가작업 그리고 30개의 파일을 삭제
  1. +4
    -4
      subs.txt
  2. +2
    -2
      teampicker.py
  3. +28
    -24
      teams.txt

+ 4
- 4
subs.txt 파일 보기

@@ -1,8 +1,8 @@
maothecat
mattgamerguy666
costello_
mattgamerguy666
burgiuk
rarestmonkey
maothecat
ksyme99
etho8282
idiotictendencies
ksyme99
rarestmonkey

+ 2
- 2
teampicker.py 파일 보기

@@ -21,7 +21,7 @@ import random
import pygame

pygame.init()
random.seed("BERTIE BEEF BAGGIO")
random.seed("bertieb")

HIGHLIGHTEVENT = pygame.USEREVENT + 1 # user specified event
CLEAREVENT = pygame.USEREVENT + 2 # user specified event
@@ -41,7 +41,7 @@ RED = (186, 20, 31)
PURPLE = (121, 35, 158)

screen = pygame.display.set_mode(SIZE)
pygame.display.set_caption("Sub Crown May 2021 Team Picker")
pygame.display.set_caption("Sub Crown August 2021 Team Picker")

# Set up team text positioning references
#


+ 28
- 24
teams.txt 파일 보기

@@ -1,24 +1,28 @@
Belgium
Italy
Russia
Poland
Ukraine
Spain
France
Turkey
England
Czech Republic
Finland
Sweden
Croatia
Austria
Netherlands
Germany
Portugal
Switzerland
Denmark
Wales
North Macedonia
Hungary
Slovakia
Scotland
Atlanta
Buffalo
Chicago
Cincinnati
Cleveland
Dallas
Denver
Detroit
Green Bay
Houston
Indianapolis
Kansas City
Los Angeles
Miami
Minnesota
New England
New Jersey
New Orleans
New York
Oakland
Philadelphia
Phoenix
Pittsburgh
San Diego
San Francisco
Seattle
Tampa Bay
Washington

불러오는 중...
취소
저장