view run_game.pyw @ 211:434b5a3aaaff

Pass display offset to overlays for when the display is larger than the level
author Neil Muller <drnlmuller@gmail.com>
date Wed, 04 Sep 2013 00:11:29 +0200
parents 1ea8fa09b70f
children d66b6fce6f9b
line wrap: on
line source

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