-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revelstoke/python3.11 #4
Conversation
…e game. Added fonts for teams 4 & 5. Multiple code fixes for 5 team support. Adjusted podium displays to fit 5 teams.
@@ -76,24 +76,24 @@ def _init_background(self): | |||
img = pygame.transform.scale(img, self.size) | |||
self.blit(img, (0, 0)) | |||
|
|||
return sizeScalar | |||
return sizeScalar * .75 | |||
|
|||
def _init_podia(self, gameData, scalar): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Agent-E11 could you adjust this formula so that is referenced to the screen resolution instead of hardcoded? Factor in the number of players as it will be variable based on the player.txt file now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will merge this first, and then do this on my own branch
No description provided.