Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rwxr-xr-xconstants.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/constants.py b/constants.py
new file mode 100755
index 0000000..5ecb1f1
--- /dev/null
+++ b/constants.py
@@ -0,0 +1,8 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+from pygame import *
+
+# Screen size, by default the XO screen size resolution
+screen_size = [1200, 900]
+