]> Skullheadx's Git Forge - fruit-ninja.git/commitdiff
fullscreen
authorSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Wed, 5 Jul 2023 00:28:35 +0000 (20:28 -0400)
committerSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Wed, 5 Jul 2023 00:28:35 +0000 (20:28 -0400)
Fruit Ninja.exe
setup.py

index e027ae049cc685284293287354dcfb0b2ccb3337..214d847c218d872fe1c494d1c64f0a2c7585d470 100644 (file)
Binary files a/Fruit Ninja.exe and b/Fruit Ninja.exe differ
index 08ad0f103b7f39b5a8283bad4e3979b9d8213f54..0c2acedf736f4eeca691d638a498313a732c816b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from functools import cache
 
 pygame.init()
 WIDTH, HEIGHT = pygame.display.Info().current_w, pygame.display.Info().current_h
-display = pygame.display.set_mode((WIDTH, HEIGHT))
+display = pygame.display.set_mode((WIDTH, HEIGHT), pygame.FULLSCREEN)
 window = Window.from_display_module()
 renderer = Renderer(window)
 pygame.mouse.set_visible(False)