Created and tested the CachedImageLoader class.
This commit is contained in:
5
main.py
5
main.py
@@ -28,10 +28,9 @@ def main():
|
||||
pygame.display.Info().current_h)
|
||||
screen = pygame.display.set_mode(screen_size)
|
||||
else:
|
||||
# If not on Android, default to a 800x600 pixels screen.
|
||||
screen = pygame.display.set_mode((1024, 768),
|
||||
screen = pygame.display.set_mode((800, 600),
|
||||
pygame.FULLSCREEN | pygame.HWSURFACE)
|
||||
pygame.display.set_caption("Super HUGS Revolution 98")
|
||||
pygame.display.set_caption("Super HUGS Revolution 98")
|
||||
pygame.mouse.set_visible(False)
|
||||
|
||||
# Create the game object and start the main game loop.
|
||||
|
Reference in New Issue
Block a user