menu.c: removed warnings
[k8opentitus.git] / titus.conf
blobe2dbce1a113f2361e4ed9c7a7dedbd9d6ddfed7b
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 titus/music_ttf.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 15\r
19 # Level files, TTF: lvl15->LEVELG.SQZ, Moktar: lvl15->LEVELF.SQZ, lvl16->LEVELG.SQZ\r
21 level 1 titus/LEVEL0.SQZ\r
22 level 2 titus/LEVELJ.SQZ\r
23 level 3 titus/LEVEL1.SQZ\r
24 level 4 titus/LEVEL2.SQZ\r
25 level 5 titus/LEVEL3.SQZ\r
26 level 6 titus/LEVEL4.SQZ\r
27 level 7 titus/LEVEL5.SQZ\r
28 level 8 titus/LEVEL6.SQZ\r
29 level 9 titus/LEVEL7.SQZ\r
30 level 10 titus/LEVEL8.SQZ\r
31 level 11 titus/LEVEL9.SQZ\r
32 level 12 titus/LEVELB.SQZ\r
33 level 13 titus/LEVELC.SQZ\r
34 level 14 titus/LEVELE.SQZ\r
35 level 15 titus/LEVELG.SQZ\r
37 # Sprite file, TTF: SPREXP.SQZ, Moktar: SPRITES.SQZ\r
38 sprites titus/SPREXP.SQZ\r
40 # The sprites are in different format in Moktar compared to Titus.\r
41 # game 0: Titus the Fox, 1: Moktar\r
42 game 0\r
44 # The format of a picture is as follow:\r
45 # 0: Planar 16-color grayscale\r
46 # 1: Planar 16-color\r
47 # 2: 256 color\r
49 logo titus/TITUS.SQZ\r
50 logoformat 2\r
51 intro titus/TITRE.SQZ\r
52 introformat 2\r
53 menu titus/MENU.SQZ\r
54 menuformat 2\r
56 # Finish image, only in TTF\r
57 finish titus/LEVELA.SQZ\r
58 finishformat 0\r
60 # Font file, TTF/Moktar: FONTS.SQZ\r
61 font titus/FONTS.SQZ\r