Mercurial > touhou-doc
annotate index.xhtml @ 2:0a7e6e3d5327
Improve anm and std documentation.
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Tue, 02 Aug 2011 15:45:13 +0200 |
parents | b1bec4b5ccf3 |
children | bd0f1253691d |
rev | line source |
---|---|
0 | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!DOCTYPE html> | |
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
0 | 4 <head> |
5 <title>Touhou</title> | |
6 </head> | |
7 <body> | |
8 <h1>Touhou</h1> | |
9 <h2>Embodiment of Scarlet Devil</h2> | |
10 <h3>Formats</h3> | |
11 <ul> | |
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
12 <li><a href="06/pbg3.xhtml">PBG3</a> (dat archives)</li> |
0 | 13 <li><a href="06/std.xhtml">STD</a> (stages)</li> |
14 </ul> | |
15 <h3>Opcodes</h3> | |
16 <ul> | |
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
17 <li><a href="06/anm.xml">STD</a> (stages)</li> |
0 | 18 <li><a href="06/ecl.xml">ECL</a> (enemy comportement)</li> |
19 <li><a href="06/msg.xml">MSG</a> (dialogs)</li> | |
20 </ul> | |
21 | |
22 <h2>Mountain of Faith</h2> | |
23 <ul> | |
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
24 <li><a href="10/ecl.xml">ECL</a> (<a href="//code.google.com/p/thtk/wiki/Ecl10Reference">original</a>)</li> |
0 | 25 </ul> |
26 | |
27 <h2>Subterranean Animism</h2> | |
28 <ul> | |
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
29 <li><a href="//code.google.com/p/thtk/wiki/Ecl11Reference">ECL</a></li> |
0 | 30 </ul> |
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
31 |
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
32 <p>The sources are <a href="//hg.linkmauve.fr/touhou-doc">here</a></p> |
0 | 33 </body> |
34 </html> |