Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/blocku.py
diff options
context:
space:
mode:
Diffstat (limited to 'blocku.py')
-rw-r--r--blocku.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/blocku.py b/blocku.py
index 53d58a6..08e7507 100644
--- a/blocku.py
+++ b/blocku.py
@@ -73,8 +73,7 @@ def main():
pygame.display.set_mode((0, 0), pygame.RESIZABLE)
game = Game()
game.run()
- screen = [1,1,2,2,2,1]
- print screen
+
if __name__ == '__main__':
main()