Login

Subversion Repositories NedoOS

Rev

Rev 268 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

;label autonumbering: label#8=... or label$4 or label$4#8
;x,y,wid,hgt,defaultcolor(0..15 that will be used as ink in empty chr$)
;6912: color 0 in bmp is for mask
;16c: color 16 in bmp is for mask
;formats:
;b: b/w tiles: chrdata...
;B: colour tiles: chrdata...
;s: b/w sprites: wid8, hgt, (antimask, antipixels, ...)
;z: b/w sprites: antipixelsw... (right to left)
;Z: b/w sprites: antipixelsw... (left to right)
;w: b/w sprites: antipixelsw, antimaskw...
;W: b/w image by columns
;[S: colour sprites: wid8, hgt, (antimask, antipixels, ...)]
;T: colour tilepic 28xN (size 0xN00 bytes)
;x: 16c sprite: wid/2,hgt,(column:and,or...),(0x4000-((hgt-1)*40))...,prsprqwid
;L: 16c 16x16 tiles (N of tiles in "defaultcolor"): N of tile for each square
;i: 16c image
;P: DDp palette

king0=x,0,128,16,16
king0step=x,16,128,16,16
king1=x,32,128,16,16
king1step=x,48,128,16,16
king2=x,64,128,16,16
king2step=x,80,128,16,16
king3=x,96,128,16,16
king3step=x,112,128,16,16
king4=x,128,128,16,16
king4step=x,144,128,16,16
king5=x,160,128,16,16
king5step=x,176,128,16,16
king6=x,192,128,16,16
king6step=x,208,128,16,16
king7=x,224,128,16,16
king7step=x,240,128,16,16
griz0=x,0,144,16,16
griz0step=x,16,144,16,16
griz1=x,32,144,16,16
griz1step=x,48,144,16,16
griz2=x,64,144,16,16
griz2step=x,80,144,16,16
griz3=x,96,144,16,16
griz3step=x,112,144,16,16
griz4=x,128,144,16,16
griz4step=x,144,144,16,16
griz5=x,160,144,16,16
griz5step=x,176,144,16,16
griz6=x,192,144,16,16
griz6step=x,208,144,16,16
griz7=x,224,144,16,16
griz7step=x,240,144,16,16