Subversion Repositories Kolibri OS

Rev

Rev 1677 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;;===Common_preferences=================================================
  2. [Preferences]
  3. Speed=80
  4. ; Delay between moves in ms (1/100 second)
  5. ; SLOW == 0 <= Speed <= 100 == FAST
  6. Theme=Theme_standard
  7. ; Theme name to use
  8. ; See [Theme_*] sections below for available themes
  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
  29. ;;---Common_preferences-------------------------------------------------
  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----------------------------------------------------------
  46.  
  47. ;;===Visual_themes======================================================
  48. [Theme_standard]
  49. ; all these keys are optional
  50. Decorations             =   3
  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
  57. ; 6  = borders_lines_with_corners
  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       =   35,35,0
  65. Snake_color             =   17,17,255
  66. Snake_head_color        =   107,107,255
  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
  70. Snake_picture_color     =   68,136,255
  71. ; color of big 'SNAKE' label at start menu
  72. Version_picture_color   =   85,255,85
  73. Pause_picture_color     =   17,255,17
  74. Game_over_picture_color =   255,17,17
  75. ; ... if you end game without new record
  76. You_win_picture_color   =   255,255,17
  77. ; ... if you end game with new record
  78. Navigation_string_color =   255,119,119
  79. ; color of 'PRESS * to *' and like this strings
  80. Game_over_string_color  =   255,153,0
  81. ; color of strings on game_over screen
  82. Game_over_hiscore_color =   255,221,68
  83. ; color of new hiscore and champion name on game_over screen
  84. Eat_color               =   255,255,17
  85. Score_number_color      =   255,255,255
  86. ; color of "SCORE : " string at the left bottom screen part
  87. Score_string_color      =   255,255,255
  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 : "
  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
  97. Edit_box_selection_color=   0,176,0
  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
  109.  
  110. [Theme_light]
  111. Decorations             =   2
  112. Background_color        =   245,245,245
  113. Decorations_color       =   55,55,55
  114. Snake_color             =   225,125,225
  115. Snake_head_color        =   255,125,55
  116. Lives_in_head_number_color= 255,255,255
  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
  121. You_win_picture_color   =   55,255,155
  122. Navigation_string_color =   205,105,105
  123. Game_over_string_color  =   205,105,105
  124. Game_over_hiscore_color =   205,75,75
  125. Eat_color               =   225,225,25
  126. Score_number_color      =   100,100,255
  127. Score_string_color      =   100,100,255
  128. Level_string_color      =   100,100,255
  129. Level_number_color      =   100,100,255
  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
  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
  141.  
  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
  148. Lives_in_head_number_color= 255,255,255
  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
  153. You_win_picture_color   =   105,105,105
  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
  160. Level_string_color      =   255,255,255
  161. Level_number_color      =   255,255,255
  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
  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
  173.  
  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
  180. Lives_in_head_number_color= 30,30,30
  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
  185. You_win_picture_color   =   255,255,255
  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
  192. Level_string_color      =   0,0,0
  193. Level_number_color      =   0,0,0
  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
  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
  205.  
  206. [Theme_your_theme_name]
  207.  
  208. ;;---Visual_themes------------------------------------------------------
  209.  
  210. ;;===Reserved_Section===================================================
  211. [Reserved]
  212. Square_side_length=19
  213. Champion_name_classic=
  214. Hiscore_classic=777
  215. Champion_name_levels=
  216. Hiscore_levels=222
  217. ;;---Reserved_Section---------------------------------------------------