Mercurial > touhou
annotate pytouhou/formats/__init__.py @ 333:d369a369204a
Prevent story mode in easy to go beyond stage 5.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 30 Jun 2012 20:50:37 +0200 |
parents | 88361534c77e |
children | 70e2ed71b09c |
rev | line source |
---|---|
204
88361534c77e
Add some documentation (argh, so much left to document!)
Thibaut Girka <thib@sitedethib.com>
parents:
0
diff
changeset
|
1 """Touhou games file formats handling. |
88361534c77e
Add some documentation (argh, so much left to document!)
Thibaut Girka <thib@sitedethib.com>
parents:
0
diff
changeset
|
2 |
88361534c77e
Add some documentation (argh, so much left to document!)
Thibaut Girka <thib@sitedethib.com>
parents:
0
diff
changeset
|
3 This package provides modules to handle the various proprietary file formats |
88361534c77e
Add some documentation (argh, so much left to document!)
Thibaut Girka <thib@sitedethib.com>
parents:
0
diff
changeset
|
4 used by Touhou games. |
88361534c77e
Add some documentation (argh, so much left to document!)
Thibaut Girka <thib@sitedethib.com>
parents:
0
diff
changeset
|
5 """ |