17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
=== Resources ===
.altImage
If the puzzle set contains multiple pictures with the same name and size
then this resource controls which of those pictures is selected. The
default setting is zero.
.autoSave
If true, saves changes to the level and solution files when the program
terminates. If false (default), they are only saved to the user cache
database; to copy the changes to the level and solution files, you must
use the .u command in SQL mode (-x), or use the -f switch.
.autoWin
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
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
|
=== Resources ===
.altImage
If the puzzle set contains multiple pictures with the same name and size
then this resource controls which of those pictures is selected. The
default setting is zero.
.audio.buffer
Buffer length for audio, as the number of samples. In order for audio to
work at all, this value must be set.
.audio.mmlTempo
Define the number of quarter notes per minute. The default is 120.
.audio.mmlTuning
The MML tuning of the A4 note, in Hz. The default is 440 Hz, but some
people do not like that tuning, so you can change it.
.audio.mmlVolume
MML volume, from 0 to 1; fractions are allowed. The default value is 1.
.audio.rate
Sample rate to use for audio, in hertz. In order for audio to work at
all, this value must be set.
.audio.waveVolume
Wave volume, from 0 to 1; fractions are allowed. The default value is 1.
.autoSave
If true, saves changes to the level and solution files when the program
terminates. If false (default), they are only saved to the user cache
database; to copy the changes to the level and solution files, you must
use the .u command in SQL mode (-x), or use the -f switch.
.autoWin
|