view run_game.pyw @ 168:0fffb97db193

Add name field to sprites for editor
author Neil Muller <drnlmuller@gmail.com>
date Tue, 13 Sep 2011 23:51:49 +0200
parents 08941f788c15
children
line wrap: on
line source

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