view run_game.pyw @ 274:988cf7c8b402

Add object returns for use in the level editor
author Neil Muller <drnlmuller@gmail.com>
date Thu, 05 Sep 2013 12:03:34 +0200
parents 1ea8fa09b70f
children d66b6fce6f9b
line wrap: on
line source

import yourgameshortname.main
if __name__ == "__main__":
    yourgameshortname.main.main()