view run_game.py @ 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 f7a0d6fd9f00
children
line wrap: on
line source

#!/usr/bin/env python

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