Created the icon.

This commit is contained in:
2013-01-12 20:41:36 -04:30
parent aa874f266f
commit f1111552d9
2 changed files with 1 additions and 1 deletions

BIN
android-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -28,7 +28,7 @@ def main():
pygame.display.Info().current_h)
screen = pygame.display.set_mode(screen_size)
else:
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)