105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
Add a new level (after the last one). The new level has the same
dimensions as the current level, but contains no objects or strings,
and the title is set to "New Level".
'^S'
Save level.
'^a' <location>
Add an object with the current MRU values to that location, if there
is not already another object of the same class there.
'^c'
Display the class selection menu.
|
>
>
>
|
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
Add a new level (after the last one). The new level has the same
dimensions as the current level, but contains no objects or strings,
and the title is set to "New Level".
'^S'
Save level.
'^T'
Edit the level title.
'^a' <location>
Add an object with the current MRU values to that location, if there
is not already another object of the same class there.
'^c'
Display the class selection menu.
|