Subversion Repositories Kolibri OS

Rev

Rev 1566 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1566 Rev 1677
Line 1... Line 1...
1
;;===Common_preferences=================================================
1
;;===Common_preferences=================================================
2
[Preferences]
2
[Preferences]
3
Speed=80
3
Speed=80
-
 
4
; Delay between moves in ms (1/100 second)
4
; SLOW == 0 <= Speed <= 100 == FAST
5
; SLOW == 0 <= Speed <= 100 == FAST
5
Theme=Theme_standard
6
Theme=Theme_standard
6
; Theme name to use
7
; Theme name to use
7
; See [Theme_*] sections below for available themes
8
; See [Theme_*] sections below for available themes
8
; Name of any theme must be shorter than 30 chars
9
; Name of any theme must be shorter than 30 chars
-
 
10
Smart_reverse=0
-
 
11
; 0 - disabled, 1 - eabled
-
 
12
; If this option is enabled, the snake may be reversed only by pressing Reverse key (see [Shortcuts] section)
-
 
13
; For example, if the snake is moving to the left and you press RIGHT key the snake will not move to the right
-
 
14
Show_lives_style=2
-
 
15
; 0 - do not show remaining lives
-
 
16
; 1 - show as a number in window title
-
 
17
; 2 - draw the number in snake head
-
 
18
; 3 - both 1 & 2
-
 
19
Draw_level_name_in_window_title=1
-
 
20
; 1 - yes, draw
-
 
21
; 0 - no
-
 
22
; This option includes drawing 'Classic mode' string in window title for classic mode (without levels)
-
 
23
Separating_symbol=/
-
 
24
; Symbol that separates 'Snake', '3 lives' and level name in window title
-
 
25
; 'Snake | 3 lives | Towers of Hanoi'
-
 
26
; 'Snake - 3 lives
-
 
27
; 'Snake / Towers of Hanoi'
-
 
28
; or smth like these ones
9
;;---Common_preferences-------------------------------------------------
29
;;---Common_preferences-------------------------------------------------
Line -... Line 30...
-
 
30
 
-
 
31
;;===Shortcuts==========================================================
-
 
32
[Shortcuts]
-
 
33
; Keys of moving. These ones are in addition to the standard combination of arrows.
-
 
34
; VIM-like navigation is used by default.
-
 
35
Move_left   =   h
-
 
36
Move_down   =   j
-
 
37
Move_up     =   k
-
 
38
Move_right  =   l
-
 
39
; Snake reverse key
-
 
40
Reverse     =   Tab
-
 
41
; Increare/decrease field keys
-
 
42
Increase    =   u
-
 
43
Decrease    =   i
-
 
44
 
-
 
45
;;---Shortcuts----------------------------------------------------------
10
 
46
 
11
;;===Visual_themes======================================================
47
;;===Visual_themes======================================================
12
[Theme_standard]
48
[Theme_standard]
13
; all these keys are optional
49
; all these keys are optional
14
Decorations             =   2
50
Decorations             =   3
15
; 0  = nothing
51
; 0  = nothing
16
; 1  = grid_lines
52
; 1  = grid_lines
17
; 2  = grid_lines_with_ends
53
; 2  = grid_lines_with_ends
18
; 3  = grid_lines_with_corners
54
; 3  = grid_lines_with_corners
Line 27... Line 63...
27
Background_color        =   0,0,0
63
Background_color        =   0,0,0
28
Decorations_color       =   170,170,0
64
Decorations_color       =   170,170,0
29
Snake_color             =   17,17,255
65
Snake_color             =   17,17,255
30
Snake_head_color        =   107,107,255
66
Snake_head_color        =   107,107,255
31
; by default Snake_head_color is equal to Snake_color, so the snake has no head
67
; by default Snake_head_color is equal to Snake_color, so the snake has no head
-
 
68
Lives_in_head_number_color= 255,136,0
-
 
69
; color of the number in snake head which represents remaining lives
32
Snake_picture_color     =   68,136,255
70
Snake_picture_color     =   68,136,255
33
; color of big 'SNAKE' label at start menu
71
; color of big 'SNAKE' label at start menu
34
Version_picture_color   =   85,255,85
72
Version_picture_color   =   85,255,85
35
Pause_picture_color     =   17,255,17
73
Pause_picture_color     =   17,255,17
36
Game_over_picture_color =   255,17,17
74
Game_over_picture_color =   255,17,17
Line 73... Line 111...
73
Decorations             =   2
111
Decorations             =   2
74
Background_color        =   245,245,245
112
Background_color        =   245,245,245
75
Decorations_color       =   55,55,55
113
Decorations_color       =   55,55,55
76
Snake_color             =   225,125,225
114
Snake_color             =   225,125,225
77
Snake_head_color        =   255,125,55
115
Snake_head_color        =   255,125,55
-
 
116
Lives_in_head_number_color= 255,255,255
78
Snake_picture_color     =   105,155,205
117
Snake_picture_color     =   105,155,205
79
Version_picture_color   =   155,255,0
118
Version_picture_color   =   155,255,0
80
Pause_picture_color     =   75,255,75
119
Pause_picture_color     =   75,255,75
81
Game_over_picture_color =   225,125,105
120
Game_over_picture_color =   225,125,105
82
You_win_picture_color   =   55,255,155
121
You_win_picture_color   =   55,255,155
Line 104... Line 143...
104
Decorations             =   10
143
Decorations             =   10
105
Background_color        =   255,255,255
144
Background_color        =   255,255,255
106
Decorations_color       =   0,0,0
145
Decorations_color       =   0,0,0
107
Snake_color             =   30,30,30
146
Snake_color             =   30,30,30
108
Snake_head_color        =   30,30,30
147
Snake_head_color        =   30,30,30
-
 
148
Lives_in_head_number_color= 255,255,255
109
Snake_picture_color     =   30,30,30
149
Snake_picture_color     =   30,30,30
110
Version_picture_color   =   70,70,70
150
Version_picture_color   =   70,70,70
111
Pause_picture_color     =   30,30,30
151
Pause_picture_color     =   30,30,30
112
Game_over_picture_color =   30,30,30
152
Game_over_picture_color =   30,30,30
113
You_win_picture_color   =   105,105,105
153
You_win_picture_color   =   105,105,105
Line 135... Line 175...
135
Decorations             =   6
175
Decorations             =   6
136
Background_color        =   0,0,0
176
Background_color        =   0,0,0
137
Decorations_color       =   255,255,255
177
Decorations_color       =   255,255,255
138
Snake_color             =   255,255,255
178
Snake_color             =   255,255,255
139
Snake_head_color        =   255,255,255
179
Snake_head_color        =   255,255,255
-
 
180
Lives_in_head_number_color= 30,30,30
140
Snake_picture_color     =   255,255,255
181
Snake_picture_color     =   255,255,255
141
Version_picture_color   =   225,225,225
182
Version_picture_color   =   225,225,225
142
Pause_picture_color     =   225,225,225
183
Pause_picture_color     =   225,225,225
143
Game_over_picture_color =   225,225,225
184
Game_over_picture_color =   225,225,225
144
You_win_picture_color   =   255,255,255
185
You_win_picture_color   =   255,255,255
Line 171... Line 212...
171
Square_side_length=19
212
Square_side_length=19
172
Champion_name_classic= 
213
Champion_name_classic= 
173
Hiscore_classic=777
214
Hiscore_classic=777
174
Champion_name_levels= 
215
Champion_name_levels= 
175
Hiscore_levels=222
216
Hiscore_levels=222
176
217
;;---Reserved_Section---------------------------------------------------
-
 
218
177
219