annotate run_game.py @ 630:a5f573002fb0 pyntnclick

Pass rect around (we're going to be doing this alot).
author Simon Cross <hodgestar+bzr@gmail.com>
date Sat, 11 Feb 2012 22:20:52 +0200
parents ebb2efcb4ea7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f2c3b516741b Theme is 'Caught'. Start with Skellington 1.9.
Simon Cross <hodgestar+bzr@gmail.com>
parents:
diff changeset
1 #! /usr/bin/env python
f2c3b516741b Theme is 'Caught'. Start with Skellington 1.9.
Simon Cross <hodgestar+bzr@gmail.com>
parents:
diff changeset
2
553
ebb2efcb4ea7 Create a re-usable main function.
Simon Cross <hodgestar+bzr@gmail.com>
parents: 551
diff changeset
3 from gamelib import main
0
f2c3b516741b Theme is 'Caught'. Start with Skellington 1.9.
Simon Cross <hodgestar+bzr@gmail.com>
parents:
diff changeset
4 main.main()