menu.c: removed warnings
[k8opentitus.git] / titus_moktar.conf
blob77bff710ae60b0f5213fce875db1083659018d19
1 # OpenTitus config file\r
2 # See readme.txt for reference\r
3 \r
4 reswidth 320\r
5 resheight 200\r
6 bitdepth 32\r
7 ingamewidth 320\r
8 ingameheight 192\r
9 \r
10 # Audio file, must follow the OPENTITUSAUDIO file format specified in doc/audio.txt\r
11 audiofile moktar/music_mok.bin\r
13 # videomode 0: window mode, 1: fullscreen\r
14 videomode 0\r
16 # Numbers of levels, TTF: 15, Moktar: 16\r
17 levelcount 16\r
19 # Level files, TTF: lvl15->LEVELG.SQZ, Moktar: lvl15->LEVELF.SQZ, lvl16->LEVELG.SQZ\r
21 level 1 moktar/LEVEL0.SQZ\r
22 level 2 moktar/LEVELJ.SQZ\r
23 level 3 moktar/LEVEL1.SQZ\r
24 level 4 moktar/LEVEL2.SQZ\r
25 level 5 moktar/LEVEL3.SQZ\r
26 level 6 moktar/LEVEL4.SQZ\r
27 level 7 moktar/LEVEL5.SQZ\r
28 level 8 moktar/LEVEL6.SQZ\r
29 level 9 moktar/LEVEL7.SQZ\r
30 level 10 moktar/LEVEL8.SQZ\r
31 level 11 moktar/LEVEL9.SQZ\r
32 level 12 moktar/LEVELB.SQZ\r
33 level 13 moktar/LEVELC.SQZ\r
34 level 14 moktar/LEVELE.SQZ\r
35 level 15 moktar/LEVELF.SQZ\r
36 level 16 moktar/LEVELG.SQZ\r
38 # Sprite file, TTF: SPREXP.SQZ, Moktar: SPRITES.SQZ\r
39 sprites moktar/SPRITES.SQZ\r
41 # The sprites are in different format in Moktar compared to Titus.\r
42 # game 0: Titus the Fox, 1: Moktar\r
43 game 1\r
45 # The format of a picture is as follow:\r
46 # 0: Planar 16-color grayscale\r
47 # 1: Planar 16-color\r
48 # 2: 256 color\r
50 logo moktar/TITUS.SQZ\r
51 logoformat 2\r
52 intro moktar/TITRE.SQZ\r
53 introformat 2\r
54 menu moktar/MENU.SQZ\r
55 menuformat 2\r
57 # Font file, TTF/Moktar: FONTS.SQZ\r
58 font moktar/FONTS.SQZ\r