view run_game.pyw @ 155:b2e0f1246c38

Hook up bitmasked based collisions (mask caching may be unnecessary, please comment on whether this effects performance for you).
author Simon Cross <hodgestar@gmail.com>
date Tue, 05 Apr 2011 22:51:14 +0200
parents a6fa1fd8111c
children
line wrap: on
line source

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