view scripts/skaapsteker @ 257:3f8ce3452cd6

Add support for selecting dialogue choices (and for moving TextChoice around the screen).
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 01:36:44 +0200
parents 6f1e43d2fda8
children b7c432ce1b80
line wrap: on
line source

#!/usr/bin/env python

import os.path
import sys
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))

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