From 0018a9e211ebbe74d371339a70edc0d36c4fc99f Mon Sep 17 00:00:00 2001 From: Mateu Batle Date: Wed, 27 Oct 2010 17:40:28 +0000 Subject: Initial import of game1 and game2 in math quwy --- (limited to 'constants.py') 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] + -- cgit v0.9.1