view run_game.pyw @ 51:8efb35009ba0

Switch to dirty sprites and layered dirty rendering groups in the hopes that it will provide access to speed-ups later on.
author Simon Cross <hodgestar@gmail.com>
date Sun, 03 Apr 2011 21:25:34 +0200
parents a6fa1fd8111c
children
line wrap: on
line source

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