157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
* Push numbers on number pad to set direction. You can also push the +
and - on number pad to adjust direction.
* Push F1 or G to display the (Help) text for this class.
* Push F2 or H to display the (EditorHelp) text for this class.
=== Import/export ===
You can import/export levels.
Push F1 to import, and then at the prompt, type a operating system shell
command which produces the level text in the exported format (in X window
|
>
>
>
>
>
>
>
>
>
>
>
>
>
|
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
|
* Push numbers on number pad to set direction. You can also push the +
and - on number pad to adjust direction.
* Push F1 or G to display the (Help) text for this class.
* Push F2 or H to display the (EditorHelp) text for this class.
=== Selection rectangle ===
You can use shift and the left/right mouse buttons to set the selection
rectangle, and escape to cancel. If it is selected, then:
* SHIFT+D deletes everything in that area, but leaves the rest of the
game unchanged.
* SHIFT+F fills it with the current MRU. (Existing objects at those
locations will be retained; they are not deleted unless CollisionLayers
bits cause conflicts.)
=== Import/export ===
You can import/export levels.
Push F1 to import, and then at the prompt, type a operating system shell
command which produces the level text in the exported format (in X window
|
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
|
F1 Import level (replacing current level)
F2 Export level
F10 SQL
SPACE Select class/image
RETURN Edit Misc/Dir of current MRU
UP/DOWN Select previous/next MRU
1-9 Select MRU
Mouse (in grid):
LEFT Add object
CTRL+LEFT Edit Misc/Dir of object
ALT+LEFT Add object (allow duplicate)
RIGHT Delete object
CTRL+RIGHT Copy object to MRU
|
>
>
>
|
|
|
>
|
|
>
|
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
|
F1 Import level (replacing current level)
F2 Export level
F10 SQL
SPACE Select class/image
RETURN Edit Misc/Dir of current MRU
UP/DOWN Select previous/next MRU
1-9 Select MRU
ESC Cancel selection rectangle
SHIFT+D Delete all objects in selection rectangle
SHIFT+F Fill selection rectangle with current MRU
Mouse (in grid):
LEFT Add object
CTRL+LEFT Edit Misc/Dir of object
ALT+LEFT Add object (allow duplicate)
SHIFT+LEFT Set top corner of selection rectangle
RIGHT Delete object
CTRL+RIGHT Copy object to MRU
SHIFT+RIGHT Set bottom corner of selection rectangle
|