Subversion Repositories Kolibri OS

Rev

Rev 1566 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1522 dunkaist 1
;;===Common_preferences=================================================
1518 dunkaist 2
[Preferences]
3
Speed=80
1677 dunkaist 4
; Delay between moves in ms (1/100 second)
1518 dunkaist 5
; SLOW == 0 <= Speed <= 100 == FAST
1522 dunkaist 6
Theme=Theme_standard
7
; Theme name to use
1566 dunkaist 8
; See [Theme_*] sections below for available themes
1522 dunkaist 9
; Name of any theme must be shorter than 30 chars
1677 dunkaist 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
1522 dunkaist 29
;;---Common_preferences-------------------------------------------------
30
 
1677 dunkaist 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----------------------------------------------------------
46
 
1522 dunkaist 47
;;===Visual_themes======================================================
48
[Theme_standard]
49
; all these keys are optional
1677 dunkaist 50
Decorations             =   3
1518 dunkaist 51
; 0  = nothing
52
; 1  = grid_lines
53
; 2  = grid_lines_with_ends
54
; 3  = grid_lines_with_corners
55
; 4  = grid_dots
56
; 5  = borders_lines
1522 dunkaist 57
; 6  = borders_lines_with_corners
1518 dunkaist 58
; 7  = borders_dots
59
; 8  = corners_dots
60
; 9  = corners_inner
61
; 10 = corners_outer
62
; 11 = corners_crosses
63
Background_color        =   0,0,0
64
Decorations_color       =   170,170,0
65
Snake_color             =   17,17,255
1566 dunkaist 66
Snake_head_color        =   107,107,255
1522 dunkaist 67
; by default Snake_head_color is equal to Snake_color, so the snake has no head
1677 dunkaist 68
Lives_in_head_number_color= 255,136,0
69
; color of the number in snake head which represents remaining lives
1518 dunkaist 70
Snake_picture_color     =   68,136,255
1522 dunkaist 71
; color of big 'SNAKE' label at start menu
1518 dunkaist 72
Version_picture_color   =   85,255,85
73
Pause_picture_color     =   17,255,17
74
Game_over_picture_color =   255,17,17
1566 dunkaist 75
; ... if you end game without new record
76
You_win_picture_color   =   255,255,17
77
; ... if you end game with new record
1518 dunkaist 78
Navigation_string_color =   255,119,119
1522 dunkaist 79
; color of 'PRESS * to *' and like this strings
1518 dunkaist 80
Game_over_string_color  =   255,153,0
1522 dunkaist 81
; color of strings on game_over screen
1518 dunkaist 82
Game_over_hiscore_color =   255,221,68
1522 dunkaist 83
; color of new hiscore and champion name on game_over screen
1518 dunkaist 84
Eat_color               =   255,255,17
85
Score_number_color      =   255,255,255
1566 dunkaist 86
; color of "SCORE : " string at the left bottom screen part
1518 dunkaist 87
Score_string_color      =   255,255,255
1566 dunkaist 88
; color of digits after "SCORE : "
89
Level_string_color      =   255,255,255
90
; color of "LEVEL : " string at the left bottom screen part
91
Level_number_color      =   255,255,255
92
; color of digits after "LEVEL : "
1518 dunkaist 93
Hiscore_number_color    =   255,255,255
94
Hiscore_string_color    =   255,255,255
95
Champion_string_color   =   255,255,255
96
Champion_name_color     =   255,255,255
1520 dunkaist 97
Edit_box_selection_color=   0,176,0
1566 dunkaist 98
Button_color            =   221,221,221
99
; color of buttons 'play', 'exit' etc at start menu
100
Button_text_color       =   0,0,0
101
; color of the text on these buttons
102
Stone_color             =   95,135,0
103
Splash_background_color =   170,170,0
104
; background color for "LEVEL ??" label between levels
105
Splash_level_string_color=  0,0,0
106
; color of "LEVEL" label
107
Splash_level_number_color=  0,0,0
108
; color of two level number digits on splash between levels
1518 dunkaist 109
 
1522 dunkaist 110
[Theme_light]
111
Decorations             =   2
112
Background_color        =   245,245,245
113
Decorations_color       =   55,55,55
1566 dunkaist 114
Snake_color             =   225,125,225
115
Snake_head_color        =   255,125,55
1677 dunkaist 116
Lives_in_head_number_color= 255,255,255
1522 dunkaist 117
Snake_picture_color     =   105,155,205
118
Version_picture_color   =   155,255,0
119
Pause_picture_color     =   75,255,75
120
Game_over_picture_color =   225,125,105
1566 dunkaist 121
You_win_picture_color   =   55,255,155
1522 dunkaist 122
Navigation_string_color =   205,105,105
123
Game_over_string_color  =   205,105,105
1566 dunkaist 124
Game_over_hiscore_color =   205,75,75
125
Eat_color               =   225,225,25
1522 dunkaist 126
Score_number_color      =   100,100,255
127
Score_string_color      =   100,100,255
1566 dunkaist 128
Level_string_color      =   100,100,255
129
Level_number_color      =   100,100,255
1522 dunkaist 130
Hiscore_number_color    =   100,100,255
131
Hiscore_string_color    =   100,100,255
132
Champion_string_color   =   100,100,255
133
Champion_name_color     =   100,100,255
134
Edit_box_selection_color=   0,176,0
1566 dunkaist 135
Button_color            =   221,221,221
136
Button_text_color       =   0,0,0
137
Stone_color             =   105,185,255
138
Splash_background_color =   185,255,185
139
Splash_level_string_color=  165,165,255
140
Splash_level_number_color=  255,165,165
1518 dunkaist 141
 
1522 dunkaist 142
[Theme_ultra_white]
143
Decorations             =   10
144
Background_color        =   255,255,255
145
Decorations_color       =   0,0,0
146
Snake_color             =   30,30,30
147
Snake_head_color        =   30,30,30
1677 dunkaist 148
Lives_in_head_number_color= 255,255,255
1522 dunkaist 149
Snake_picture_color     =   30,30,30
150
Version_picture_color   =   70,70,70
151
Pause_picture_color     =   30,30,30
152
Game_over_picture_color =   30,30,30
1566 dunkaist 153
You_win_picture_color   =   105,105,105
1522 dunkaist 154
Navigation_string_color =   255,255,255
155
Game_over_string_color  =   30,30,30
156
Game_over_hiscore_color =   0,0,0
157
Eat_color               =   0,255,0
158
Score_number_color      =   0,0,0
159
Score_string_color      =   255,255,255
1566 dunkaist 160
Level_string_color      =   255,255,255
161
Level_number_color      =   255,255,255
1522 dunkaist 162
Hiscore_number_color    =   0,0,0
163
Hiscore_string_color    =   255,255,255
164
Champion_string_color   =   255,255,255
165
Champion_name_color     =   255,255,255
166
Edit_box_selection_color=   176,176,176
1566 dunkaist 167
Button_color            =   221,221,221
168
Button_text_color       =   0,0,0
169
Stone_color             =   145,145,145
170
Splash_background_color =   205,205,205
171
Splash_level_string_color=  255,255,255
172
Splash_level_number_color=  255,255,255
1518 dunkaist 173
 
1522 dunkaist 174
[Theme_ultra_black]
175
Decorations             =   6
176
Background_color        =   0,0,0
177
Decorations_color       =   255,255,255
178
Snake_color             =   255,255,255
179
Snake_head_color        =   255,255,255
1677 dunkaist 180
Lives_in_head_number_color= 30,30,30
1522 dunkaist 181
Snake_picture_color     =   255,255,255
182
Version_picture_color   =   225,225,225
183
Pause_picture_color     =   225,225,225
184
Game_over_picture_color =   225,225,225
1566 dunkaist 185
You_win_picture_color   =   255,255,255
1522 dunkaist 186
Navigation_string_color =   0,0,0
187
Game_over_string_color  =   225,225,225
188
Game_over_hiscore_color =   225,225,225
189
Eat_color               =   255,0,0
190
Score_number_color      =   255,255,255
191
Score_string_color      =   255,255,255
1566 dunkaist 192
Level_string_color      =   0,0,0
193
Level_number_color      =   0,0,0
1522 dunkaist 194
Hiscore_number_color    =   255,255,255
195
Hiscore_string_color    =   255,255,255
196
Champion_string_color   =   0,0,0
197
Champion_name_color     =   0,0,0
198
Edit_box_selection_color=   100,100,100
1566 dunkaist 199
Button_color            =   221,221,221
200
Button_text_color       =   0,0,0
201
Stone_color             =   145,145,145
202
Splash_background_color =   30,30,30
203
Splash_level_string_color=  255,255,255
204
Splash_level_number_color=  255,255,255
1518 dunkaist 205
 
1566 dunkaist 206
[Theme_your_theme_name]
1522 dunkaist 207
 
208
;;---Visual_themes------------------------------------------------------
209
 
1566 dunkaist 210
;;===Reserved_Section===================================================
211
[Reserved]
212
Square_side_length=19
213
Champion_name_classic=
214
Hiscore_classic=777
215
Champion_name_levels=
1677 dunkaist 216
Hiscore_levels=222
217
;;---Reserved_Section---------------------------------------------------