view run_game.pyw @ 524:dc5fdd7b3ce5

Defocus while we still have the focused things to defocus. Otherwise we crash in a way that makes confluence sad.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 18 Sep 2011 00:57:21 +0200
parents 08941f788c15
children
line wrap: on
line source

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