Differences From Artifact [09ad0658cd]:
- File bindings.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: 6974) [annotate] [blame] [check-ins using]
To Artifact [ba75b7ef57]:
- File bindings.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: 7037) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
229 230 231 232 233 234 235 236 237 238 239 240 241 242 | '^P' Switch to the game play. '^Q' Quit. 'go' <level> Go to the specified level. If the level number is negative, then it is a level order number, otherwise it is a level ID number. === Mode-independent commands === | > > > | 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 | '^P' Switch to the game play. '^Q' Quit. '^Y' Sound test. (Does nothing if sound is not configured.) 'go' <level> Go to the specified level. If the level number is negative, then it is a level order number, otherwise it is a level ID number. === Mode-independent commands === |
︙ | ︙ |