Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Saludame.activity/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'Saludame.activity/game.py')
-rwxr-xr-xSaludame.activity/game.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Saludame.activity/game.py b/Saludame.activity/game.py
index bbf0548..87fe9e8 100755
--- a/Saludame.activity/game.py
+++ b/Saludame.activity/game.py
@@ -48,7 +48,7 @@ class Main():
global running, pauses
if from_sugar:
- import gtk
+ import gtk
import app_init
import challenges_creator
@@ -66,7 +66,7 @@ class Main():
pygame.init()
if not from_sugar:
- target_size = (1200, 800)#(1000, 650) # In regular computers the native resolution is too high (5/6)
+ target_size = (1000, 650) #(1200, 800) # In regular computers the native resolution is too high (5/6)
screen = pygame.display.set_mode(target_size)
screen = pygame.display.get_surface()