Rev 899 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
Rev 899 | Rev 1403 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | ;label autonumbering: label#8=... or label$4 or label$4#8 |
|
1 | ;x,y,wid,hgt,defaultcolor(0..15 that will be used as ink in empty chr$) |
2 | ;x,y,wid,hgt,defaultcolor(0..15 that will be used as ink in empty chr$) |
2 | ;6912: color 0 in bmp is for mask |
3 | ;6912: color 0 in bmp is for mask |
3 | ;16c: color 16 in bmp is for mask |
4 | ;16c: color 16 in bmp is for mask |
4 | ;formats: |
5 | ;formats: |
5 | ;[b: b/w tiles: wid, hgt, data] |
6 | ;b: b/w tiles: chrdata... |
6 | ;B: colour tiles: wid, hgt, data |
7 | ;B: colour tiles: chrdata... |
7 | ;s: b/w sprites: wid8, hgt, (antimask, antipixels, ...) |
8 | ;s: b/w sprites: wid8, hgt, (antimask, antipixels, ...) |
- | 9 | ;z: b/w sprites: antipixelsw... (right to left) |
|
- | 10 | ;Z: b/w sprites: antipixelsw... (left to right) |
|
- | 11 | ;w: b/w sprites: antipixelsw, antimaskw... |
|
- | 12 | ;W: b/w image by columns |
|
8 | ;[S: colour sprites: wid8, hgt, (antimask, antipixels, ...)] |
13 | ;[S: colour sprites: wid8, hgt, (antimask, antipixels, ...)] |
9 | ;T: colour tilepic 28xN (size 0xN00 bytes) |
14 | ;T: colour tilepic 28xN (size 0xN00 bytes) |
10 | ;x: 16c sprite: wid/2,hgt,(column:and,or...),(0x4000-((hgt-1)*40))...,prsprqwid |
15 | ;x: 16c sprite: wid/2,hgt,(column:and,or...),(0x4000-((hgt-1)*40))...,prsprqwid |
11 | ;L: 16c 16x16 tiles (N of tiles in "defaultcolor"): N of tile for each square |
16 | ;L: 16c 16x16 tiles (N of tiles in "defaultcolor"): N of tile for each square |
12 | ;i: 16c image |
17 | ;i: 16c image |