Mercurial > touhou
comparison eosd @ 300:da53bc29b94a
Add the game interface.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 10 Mar 2012 17:47:03 +0100 |
parents | a09ac4650e0d |
children | 61adb5453e46 |
comparison
equal
deleted
inserted
replaced
299:e04e402e6380 | 300:da53bc29b94a |
---|---|
59 | 59 |
60 | 60 |
61 pathsep = os.path.pathsep | 61 pathsep = os.path.pathsep |
62 default_data = (pathsep.join(('CM.DAT', 'th06*_CM.DAT', '*CM.DAT', '*cm.dat')), | 62 default_data = (pathsep.join(('CM.DAT', 'th06*_CM.DAT', '*CM.DAT', '*cm.dat')), |
63 pathsep.join(('ST.DAT', 'th6*ST.DAT', '*ST.DAT', '*st.dat')), | 63 pathsep.join(('ST.DAT', 'th6*ST.DAT', '*ST.DAT', '*st.dat')), |
64 pathsep.join(('IN.DAT', 'th6*IN.DAT', '*IN.DAT', '*in.dat')), | |
64 pathsep.join(('102h.exe', '102*.exe', '東方紅魔郷.exe', '*.exe'))) | 65 pathsep.join(('102h.exe', '102*.exe', '東方紅魔郷.exe', '*.exe'))) |
65 | 66 |
66 | 67 |
67 parser = argparse.ArgumentParser(description='Libre reimplementation of the Touhou 6 engine.') | 68 parser = argparse.ArgumentParser(description='Libre reimplementation of the Touhou 6 engine.') |
68 | 69 |