-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmenu.xci
71 lines (64 loc) · 1.63 KB
/
menu.xci
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# XCI Menu Template
menu_bg 1 # menu text background color = white
menu_fg 0 # menu text foreground color = black
menu_lc 1 # Plain white square
menu_sp 1 # Plain white square
menu_rc 1 # Plain white square
menu_div 1 # Plain white square
menu_check 88 # "X" ASCII character
menu_uncheck 79 # "O" ASCII character
# Only a single menu is required, and only the "new" menu_item is required
# By default, all supported menu items are enabled and arranged with dividers
# in these three menus: File, Sound and Help.
menu File
menu_item new
menu_item load
menu_item div
menu_item save
menu_item saveas
menu_item div
menu_item exit
menu Sound
menu_item music
menu_item sfx
menu Help
menu_item controls
menu_item div
menu_item about
# Only required if "controls" and "about" menu_item's are defined.
controls controls.txt
about about.txt
# text styles
text1_bg 0 # text style 1 background color = black
text1_fg 1 # text style 1 foreground color = white
text2_bg 0
text2_fg 7 # yellow
text3_bg 0
text3_fg 14 # light blue
# Toolbar definition
tb_dim 9 1
tool inventory
tool_tiles 73 78 86 69 78 84 79 82 89 # Just ASCII "INVENTORY"
# Below tools may be added
#tool walk
#tool_tiles # add tiles
#tool run
#tool_tiles # add tiles
#tool look
#tool_tiles # add tiles
#tool use
#tool_tiles # add tiles
#tool talk
#tool_tiles # add tiles
#tool strike
#tool_tiles # add tiles
#tool pin
#tool_tiles # add pin out tiles
#tool_tiles # add pin in tiles
inventory inv.xci
walk 0 # Default cursor
run 0 # Default cursor
look 0 # Default cursor
use 0 # Default cursor
talk 0 # Default cursor
strike 0 # Default cursor