Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/physics
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/physics')
-rw-r--r--data/graphics/physics2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/physics b/data/graphics/physics
index 3d57a06..08aa696 100644
--- a/data/graphics/physics
+++ b/data/graphics/physics
@@ -9,7 +9,7 @@ from pippy import physics
# initialize pygame first thing
pygame.init()
-screen = pygame.display.set_mode()
+screen = pygame.display.set_mode((0, 0), pygame.FULLSCREEN)
# set up the physics world (instance of Elements)
world = physics.Elements(screen.get_size())