33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
Only load classes and then terminate. This can be used to test that
the class definition file does not contain syntax errors, or it can be
used together with -C, -H, -L, -M to see how it is parsing it.
-e
Start in the editor instead of game.
-n
Create a new puzzle set. The .xclass and .class files should already
exist; the .level and .solution files should not already exist, and will
be created with minimal data.
-p
Start the picture editor.
|
>
>
>
|
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
Only load classes and then terminate. This can be used to test that
the class definition file does not contain syntax errors, or it can be
used together with -C, -H, -L, -M to see how it is parsing it.
-e
Start in the editor instead of game.
-f
Only flush the user cache and then terminate.
-n
Create a new puzzle set. The .xclass and .class files should already
exist; the .level and .solution files should not already exist, and will
be created with minimal data.
-p
Start the picture editor.
|