Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
blob: 5ecb1f1116116e9c7f59173f893e1631571775bf (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python
# -*- coding: utf-8 -*-

from pygame import *

# Screen size, by default the XO screen size resolution
screen_size = [1200, 900]