Added the submarine to intro. 1024x768 on PC now.

This commit is contained in:
2013-01-10 09:08:00 -04:30
parent 1fd2007238
commit fc255ed3ef
3 changed files with 24 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ def main():
screen = pygame.display.set_mode(screen_size)
else:
# If not on Android, default to a 800x600 pixels screen.
screen = pygame.display.set_mode((800, 600),
screen = pygame.display.set_mode((1024, 768),
pygame.FULLSCREEN | pygame.HWSURFACE)
pygame.display.set_caption("Super HUGS Revolution 98")
pygame.mouse.set_visible(False)