view run_game.py @ 352:79fe97f8e8f5

Disable full screen toggling since it doesn't appear to work on Windows and Mac.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 23:36:20 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()