-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTetris.ini
73 lines (66 loc) · 2.1 KB
/
Tetris.ini
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#this is the default Tetris configuration file
# $Id$
[game]
#ghost visible
ghost=1
#normal tetris block set in use
normal blocks=1
#our own fun tetris block set
xiit blocks=0
#random block set
random blocks=0
#difficulty level at the beginning of the game
level=1
#score increase for each amount of lines cleared
score 1 line=10
score 2 lines=30
score 3 lines=60
score 4 lines=100
#how often is the level (also modifies game speed) increased (smaller values cause more frequent increases)
level increase=20
#default game speed (smaller values equal faster action)
delay=500
[board]
#these values are actually used
board width=12
board height=20
#these should only be used if previous values are not defined
default board width=10
default board height=22
#board visual look
#possible border styles are: simple, single, groove, dotted, square, block, none
board border style=block
[preview]
preview size=3
preview width=4
#preview height=20
preview border color front=light green
preview border color back=green
#possible border styles are: simple, single, groove, dotted, square, block, none
preview border style=square
[stats]
#stats panel visual look
stats border style=single
stats border color=light cyan
stats color points=light magenta
stats color text=magenta
#blink stats panel when score increases?
stats flash=1
[colors]
#possible colors are: black, blue, green, cyan, red, magenta, brown, light gray,
# dark gray, light blue, light green, light cyan, light red,
# light magenta, yellow, white
color offgrid=white
color block Z=light red
color block S=light green
color block I=light cyan
color block O=yellow
color block L=brown
color block J=light blue
color block T=light magenta
color empty=black
color ghost=black
menu front color=white
menu back color=green
menu selected front color=black
menu selected back color=white