Differences From Artifact [d9974709a6]:
- File bindings.doc — part of check-in [2b9a22d541] at 2021-12-17 03:01:04 on branch trunk — Implement list of levels (currently the tall mode lacks details; this will be added in future). (user: user, size: 6946) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
128 129 130 131 132 133 134 135 136 137 138 139 140 141 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | + + + | 'rs' <number> Adjust replay speed by the specified number (negative to make faster, or positive to make slower; zero leaves it unchanged). === Editor commands === '^I' Level index editor. '^N' 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. |
︙ |