view run_game.pyw @ 190:97627a999042

Don't render the old scene with the protagnist's new position during scene changes
author Neil Muller <drnlmuller@gmail.com>
date Tue, 03 Sep 2013 21:44:55 +0200
parents 1ea8fa09b70f
children d66b6fce6f9b
line wrap: on
line source

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