Subversion Repositories NedoOS

Rev

Rev 268 | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
1403 alone 1
;label autonumbering: label#8=... or label$4 or label$4#8
268 alone 2
;x,y,wid,hgt,defaultcolor(0..15 that will be used as ink in empty chr$)
3
;6912: color 0 in bmp is for mask
4
;16c: color 16 in bmp is for mask
5
;formats:
1403 alone 6
;b: b/w tiles: chrdata...
7
;B: colour tiles: chrdata...
268 alone 8
;s: b/w sprites: wid8, hgt, (antimask, antipixels, ...)
1403 alone 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
268 alone 13
;[S: colour sprites: wid8, hgt, (antimask, antipixels, ...)]
14
;T: colour tilepic 28xN (size 0xN00 bytes)
15
;x: 16c sprite: wid/2,hgt,(column:and,or...),(0x4000-((hgt-1)*40))...,prsprqwid
1403 alone 16
;L: 16c 16x16 tiles (N of tiles in "defaultcolor"): N of tile for each square
17
;i: 16c image
18
;P: DDp palette
268 alone 19
 
20
kost0=x,0,0,16,24
21
kost0step=x,16,0,16,24
22
kost1=x,32,0,16,24
23
kost1step=x,48,0,16,24
24
kost2=x,64,0,16,24
25
kost2step=x,80,0,16,24
26
kost3=x,96,0,16,24
27
kost3step=x,112,0,16,24
28
kost4=x,128,0,16,24
29
kost4step=x,144,0,16,24
30
kost5=x,160,0,16,24
31
kost5step=x,176,0,16,24
32
kost6=x,192,0,16,24
33
kost6step=x,208,0,16,24
34
kost7=x,224,0,16,24
35
kost7step=x,240,0,16,24
36
kost0hit=x,0,24,16,24
37
kost1hit=x,32,24,16,24
38
kost2hit=x,64,24,16,24
39
kost3hit=x,96,24,16,24
40
kost4hit=x,128,24,16,24
41
kost5hit=x,160,24,16,24
42
kost6hit=x,192,24,16,24
43
kost7hit=x,224,24,16,24