58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
.keyRepeat
The keyboard repeat rate, which are two numbers, first the key repeating
delay and then the key repeating interval.
.level
Specifies the 1-based order number of the level to start at.
.margin
The X coordinate of the left margin. To the left is the status area, and
to the right of the margin is the playfield. This should be at least 64,
or the picture size, whichever is greater.
.maxTrigger
If nonzero, the maximum number of times that the trigger phase may loop
|
>
>
>
>
>
>
>
>
>
|
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
.keyRepeat
The keyboard repeat rate, which are two numbers, first the key repeating
delay and then the key repeating interval.
.level
Specifies the 1-based order number of the level to start at.
.listColumns
Number of columns in the wide mode of the list of levels. If zero or not
specified, determines automatically by the screen width.
.listMode
Mode for list of levels, in hexadecimal, where bit0 is set for tall mode
or clear for wide mode, and bit1 is set for listing the ID numbers or
clear for listing the order numbers.
.margin
The X coordinate of the left margin. To the left is the status area, and
to the right of the margin is the playfield. This should be at least 64,
or the picture size, whichever is greater.
.maxTrigger
If nonzero, the maximum number of times that the trigger phase may loop
|