Differences From Artifact [b05d9a34cf]:
- File bindings.doc — part of check-in [bbdc443497] at 2021-03-23 05:00:23 on branch trunk — Implement the possibility to add new levels into the puzzle set. (user: user, size: 5637) [annotate] [blame] [check-ins using]
To Artifact [f99b352e8c]:
- File bindings.doc — part of check-in [1665c0ca5d] at 2021-03-27 08:21:14 on branch trunk — Implement the text editor, for editing the level title and level strings (currently, only editing the title is implemented). (user: user, size: 5667) [annotate] [blame] [check-ins using]
︙ | |||
105 106 107 108 109 110 111 112 113 114 115 116 117 118 | 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. |
︙ |