Differences From Artifact [a922353611]:
- File edit.doc — part of check-in [8117ec3cff] at 2022-01-04 02:21:52 on branch trunk — Implement level index editor, including divisions. (Currently, the divisions is not used outside of the level index editor; later, this should be fixed) (user: user, size: 11489) [annotate] [blame] [check-ins using]
To Artifact [5f662b4d3a]:
- File edit.doc — part of check-in [d15195a921] at 2022-01-29 05:55:37 on branch trunk — Implement the Sound instruction. (There are still a few problems such as clicks at the end of some sound effects, and a few problems with the sound test menu. However, it mostly works, now.) (user: user, size: 11512) [annotate] [blame] [check-ins using]
︙ | |||
223 224 225 226 227 228 229 230 231 232 233 234 235 236 | 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 | + | CTRL+I Level index editor CTRL+N Add new level (after last one) CTRL+P Switch to play game (won't auto save) CTRL+Q Quit (won't auto save) CTRL+S Save level CTRL+T Edit level title CTRL+X Clear level (delete all objects) CTRL+Y Sound test C Set level code number E Edit level strings F Fill grid with current MRU R Clear and resize level W Exchange main/bizarro worlds F1 Import level (replacing current level) F2 Export level |
︙ |