Subversion Repositories Kolibri OS

Rev

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

Rev 1522 Rev 1566
Line 1... Line 1...
1
;;===Common_preferences=================================================
1
;;===Common_preferences=================================================
2
[Preferences]
2
[Preferences]
3
Speed=80
3
Speed=80
4
; SLOW == 0 <= Speed <= 100 == FAST
4
; SLOW == 0 <= Speed <= 100 == FAST
5
Square_side_length=19
-
 
6
; in pixels
-
 
7
; recommended minimum is 8 (strings don't overlap)
-
 
8
; for nice look at low Square_side_length try Theme_ultra_black
-
 
9
Theme=Theme_standard
5
Theme=Theme_standard
10
; Theme name to use
6
; Theme name to use
11
; See [Theme_*] below for available themes
7
; See [Theme_*] sections below for available themes
12
; Name of any theme must be shorter than 30 chars
8
; Name of any theme must be shorter than 30 chars
13
;;---Common_preferences-------------------------------------------------
9
;;---Common_preferences-------------------------------------------------
Line 14... Line 10...
14
 
10
 
15
;;===Visual_themes======================================================
11
;;===Visual_themes======================================================
Line 29... Line 25...
29
; 10 = corners_outer
25
; 10 = corners_outer
30
; 11 = corners_crosses
26
; 11 = corners_crosses
31
Background_color        =   0,0,0
27
Background_color        =   0,0,0
32
Decorations_color       =   170,170,0
28
Decorations_color       =   170,170,0
33
Snake_color             =   17,17,255
29
Snake_color             =   17,17,255
34
Snake_head_color        =   17,17,255
30
Snake_head_color        =   107,107,255
35
; by default Snake_head_color is equal to Snake_color, so the snake has no head
31
; by default Snake_head_color is equal to Snake_color, so the snake has no head
36
Snake_picture_color     =   68,136,255
32
Snake_picture_color     =   68,136,255
37
; color of big 'SNAKE' label at start menu
33
; color of big 'SNAKE' label at start menu
38
Version_picture_color   =   85,255,85
34
Version_picture_color   =   85,255,85
39
Pause_picture_color     =   17,255,17
35
Pause_picture_color     =   17,255,17
40
Game_over_picture_color =   255,17,17
36
Game_over_picture_color =   255,17,17
-
 
37
; ... if you end game without new record
-
 
38
You_win_picture_color   =   255,255,17
-
 
39
; ... if you end game with new record
41
Navigation_string_color =   255,119,119
40
Navigation_string_color =   255,119,119
42
; color of 'PRESS * to *' and like this strings
41
; color of 'PRESS * to *' and like this strings
43
Game_over_string_color  =   255,153,0
42
Game_over_string_color  =   255,153,0
44
; color of strings on game_over screen
43
; color of strings on game_over screen
45
Game_over_hiscore_color =   255,221,68
44
Game_over_hiscore_color =   255,221,68
46
; color of new hiscore and champion name on game_over screen
45
; color of new hiscore and champion name on game_over screen
47
Eat_color               =   255,255,17
46
Eat_color               =   255,255,17
48
Score_number_color      =   255,255,255
47
Score_number_color      =   255,255,255
-
 
48
; color of "SCORE : " string at the left bottom screen part
49
Score_string_color      =   255,255,255
49
Score_string_color      =   255,255,255
-
 
50
; color of digits after "SCORE : "
-
 
51
Level_string_color      =   255,255,255
-
 
52
; color of "LEVEL : " string at the left bottom screen part
-
 
53
Level_number_color      =   255,255,255
-
 
54
; color of digits after "LEVEL : "
50
Hiscore_number_color    =   255,255,255
55
Hiscore_number_color    =   255,255,255
51
Hiscore_string_color    =   255,255,255
56
Hiscore_string_color    =   255,255,255
52
Champion_string_color   =   255,255,255
57
Champion_string_color   =   255,255,255
53
Champion_name_color     =   255,255,255
58
Champion_name_color     =   255,255,255
54
Edit_box_selection_color=   0,176,0
59
Edit_box_selection_color=   0,176,0
-
 
60
Button_color            =   221,221,221
-
 
61
; color of buttons 'play', 'exit' etc at start menu
-
 
62
Button_text_color       =   0,0,0
-
 
63
; color of the text on these buttons
-
 
64
Stone_color             =   95,135,0
-
 
65
Splash_background_color =   170,170,0
-
 
66
; background color for "LEVEL ??" label between levels
-
 
67
Splash_level_string_color=  0,0,0
-
 
68
; color of "LEVEL" label
-
 
69
Splash_level_number_color=  0,0,0
-
 
70
; color of two level number digits on splash between levels
Line 55... Line 71...
55
 
71
 
56
[Theme_light]
72
[Theme_light]
57
Decorations             =   2
73
Decorations             =   2
58
Background_color        =   245,245,245
74
Background_color        =   245,245,245
59
Decorations_color       =   55,55,55
75
Decorations_color       =   55,55,55
60
Snake_color             =   215,115,215
76
Snake_color             =   225,125,225
61
Snake_head_color        =   215,115,215
77
Snake_head_color        =   255,125,55
62
Snake_picture_color     =   105,155,205
78
Snake_picture_color     =   105,155,205
63
Version_picture_color   =   155,255,0
79
Version_picture_color   =   155,255,0
64
Pause_picture_color     =   75,255,75
80
Pause_picture_color     =   75,255,75
-
 
81
Game_over_picture_color =   225,125,105
65
Game_over_picture_color =   225,125,105
82
You_win_picture_color   =   55,255,155
66
Navigation_string_color =   205,105,105
83
Navigation_string_color =   205,105,105
67
Game_over_string_color  =   205,105,105
84
Game_over_string_color  =   205,105,105
68
Game_over_hiscore_color =   205,85,85
85
Game_over_hiscore_color =   205,75,75
69
Eat_color               =   255,255,55
86
Eat_color               =   225,225,25
70
Score_number_color      =   100,100,255
87
Score_number_color      =   100,100,255
-
 
88
Score_string_color      =   100,100,255
-
 
89
Level_string_color      =   100,100,255
71
Score_string_color      =   100,100,255
90
Level_number_color      =   100,100,255
72
Hiscore_number_color    =   100,100,255
91
Hiscore_number_color    =   100,100,255
73
Hiscore_string_color    =   100,100,255
92
Hiscore_string_color    =   100,100,255
74
Champion_string_color   =   100,100,255
93
Champion_string_color   =   100,100,255
75
Champion_name_color     =   100,100,255
94
Champion_name_color     =   100,100,255
-
 
95
Edit_box_selection_color=   0,176,0
-
 
96
Button_color            =   221,221,221
-
 
97
Button_text_color       =   0,0,0
-
 
98
Stone_color             =   105,185,255
-
 
99
Splash_background_color =   185,255,185
-
 
100
Splash_level_string_color=  165,165,255
Line 76... Line 101...
76
Edit_box_selection_color=   0,176,0
101
Splash_level_number_color=  255,165,165
77
 
102
 
78
[Theme_ultra_white]
103
[Theme_ultra_white]
79
Decorations             =   10
104
Decorations             =   10
Line 83... Line 108...
83
Snake_head_color        =   30,30,30
108
Snake_head_color        =   30,30,30
84
Snake_picture_color     =   30,30,30
109
Snake_picture_color     =   30,30,30
85
Version_picture_color   =   70,70,70
110
Version_picture_color   =   70,70,70
86
Pause_picture_color     =   30,30,30
111
Pause_picture_color     =   30,30,30
87
Game_over_picture_color =   30,30,30
112
Game_over_picture_color =   30,30,30
-
 
113
You_win_picture_color   =   105,105,105
88
Navigation_string_color =   255,255,255
114
Navigation_string_color =   255,255,255
89
Game_over_string_color  =   30,30,30
115
Game_over_string_color  =   30,30,30
90
Game_over_hiscore_color =   0,0,0
116
Game_over_hiscore_color =   0,0,0
91
Eat_color               =   0,255,0
117
Eat_color               =   0,255,0
92
Score_number_color      =   0,0,0
118
Score_number_color      =   0,0,0
93
Score_string_color      =   255,255,255
119
Score_string_color      =   255,255,255
-
 
120
Level_string_color      =   255,255,255
-
 
121
Level_number_color      =   255,255,255
94
Hiscore_number_color    =   0,0,0
122
Hiscore_number_color    =   0,0,0
95
Hiscore_string_color    =   255,255,255
123
Hiscore_string_color    =   255,255,255
96
Champion_string_color   =   255,255,255
124
Champion_string_color   =   255,255,255
97
Champion_name_color     =   255,255,255
125
Champion_name_color     =   255,255,255
98
Edit_box_selection_color=   176,176,176
126
Edit_box_selection_color=   176,176,176
-
 
127
Button_color            =   221,221,221
-
 
128
Button_text_color       =   0,0,0
-
 
129
Stone_color             =   145,145,145
-
 
130
Splash_background_color =   205,205,205
-
 
131
Splash_level_string_color=  255,255,255
-
 
132
Splash_level_number_color=  255,255,255
Line 99... Line 133...
99
 
133
 
100
[Theme_ultra_black]
134
[Theme_ultra_black]
101
Decorations             =   6
135
Decorations             =   6
102
Background_color        =   0,0,0
136
Background_color        =   0,0,0
Line 105... Line 139...
105
Snake_head_color        =   255,255,255
139
Snake_head_color        =   255,255,255
106
Snake_picture_color     =   255,255,255
140
Snake_picture_color     =   255,255,255
107
Version_picture_color   =   225,225,225
141
Version_picture_color   =   225,225,225
108
Pause_picture_color     =   225,225,225
142
Pause_picture_color     =   225,225,225
109
Game_over_picture_color =   225,225,225
143
Game_over_picture_color =   225,225,225
-
 
144
You_win_picture_color   =   255,255,255
110
Navigation_string_color =   0,0,0
145
Navigation_string_color =   0,0,0
111
Game_over_string_color  =   225,225,225
146
Game_over_string_color  =   225,225,225
112
Game_over_hiscore_color =   225,225,225
147
Game_over_hiscore_color =   225,225,225
113
Eat_color               =   255,0,0
148
Eat_color               =   255,0,0
114
Score_number_color      =   255,255,255
149
Score_number_color      =   255,255,255
115
Score_string_color      =   255,255,255
150
Score_string_color      =   255,255,255
-
 
151
Level_string_color      =   0,0,0
-
 
152
Level_number_color      =   0,0,0
116
Hiscore_number_color    =   255,255,255
153
Hiscore_number_color    =   255,255,255
117
Hiscore_string_color    =   255,255,255
154
Hiscore_string_color    =   255,255,255
118
Champion_string_color   =   0,0,0
155
Champion_string_color   =   0,0,0
119
Champion_name_color     =   0,0,0
156
Champion_name_color     =   0,0,0
120
Edit_box_selection_color=   100,100,100
157
Edit_box_selection_color=   100,100,100
-
 
158
Button_color            =   221,221,221
-
 
159
Button_text_color       =   0,0,0
-
 
160
Stone_color             =   145,145,145
-
 
161
Splash_background_color =   30,30,30
-
 
162
Splash_level_string_color=  255,255,255
-
 
163
Splash_level_number_color=  255,255,255
Line 121... Line 164...
121
 
164
 
Line 122... Line 165...
122
[Theme_your_theme_here]
165
[Theme_your_theme_name]
Line 123... Line -...
123
 
-
 
124
;;---Visual_themes------------------------------------------------------
-
 
125
 
-
 
126
; !!! DON'T WRITE ANYTHING AFTER THIS LINE: 'Score' SECTION IS WRITABLE AND YOU WILL LOST THIS DATA !!!
-
 
127
 
-
 
128
;;===Section_of_results=================================================
-
 
129
[Score]
166
 
-
 
167
;;---Visual_themes------------------------------------------------------
-
 
168
 
-
 
169
;;===Reserved_Section===================================================
-
 
170
[Reserved]
-
 
171
Square_side_length=19
-
 
172
Champion_name_classic= 
-
 
173
Hiscore_classic=777
130
Hiscore=777
174
Champion_name_levels=