annotate scripts/foxassault.py @ 360:b4ead8d2b776

Add bounds checking to animation drawing loop
author Neil Muller <drnlmuller@gmail.com>
date Mon, 07 Sep 2009 11:20:52 +0000
parents f93e0c992f28
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
282
f93e0c992f28 Add scripts folder.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
1 #! /usr/bin/env python
f93e0c992f28 Add scripts folder.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
2
f93e0c992f28 Add scripts folder.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
3 from gamelib import main
f93e0c992f28 Add scripts folder.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
4 main.main()