diff --git a/android-icon.png b/android-icon.png new file mode 100644 index 0000000..e1981de Binary files /dev/null and b/android-icon.png differ diff --git a/main.py b/main.py index 9f5d3da..8cf1497 100755 --- a/main.py +++ b/main.py @@ -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)