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.
.editTitle
The window title to use in edit mode. A tilde is replaced by the name of
the puzzle set.
.gameTitle
The window title to use in game mode. A tilde is replaced by the name of
the puzzle set.
|
>
>
>
>
>
>
|
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
=== 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).
.editTitle
The window title to use in edit mode. A tilde is replaced by the name of
the puzzle set.
.gameTitle
The window title to use in game mode. A tilde is replaced by the name of
the puzzle set.
|