Skip to content

Commit

Permalink
Update prepygame2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Nov 21, 2024
1 parent f1a0723 commit af509b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions upcean/predraw/prepygame2.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@
from StringIO import StringIO
from StringIO import StringIO as BytesIO

# Set up the display
screen_width, screen_height = 800, 600
screen = pygame.display.set_mode((screen_width, screen_height), pygame.RESIZABLE) # Using RESIZABLE flag as a Pygame 2 feature
pygame.display.set_caption("Pygame 2 Drawing Example")

# Load font paths from upcean.fonts
fontpathocra = upcean.fonts.fontpathocra
fontpathocraalt = upcean.fonts.fontpathocraalt
Expand Down

0 comments on commit af509b0

Please sign in to comment.