Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 13a9b1b49a828e9130c38c050338e5dc44854804 (plain)
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
;
; options.ini
; options menu
;

[menu] 
background=banner

[label]
text=Options Menu

[button]
text=Toggle fullscreen
command=toggle r_fullscreen
align=left

[button]
text=Toggle grid
command=toggle r_grid
align=left

[button]
text=Toggle stats
command=toggle draw_stats
align=left

[button]
text=Toggle wireframe
command=toggle r_wireframe
align=left

[button]
text=Back
command=menu hide
align=center