Differences From 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]
To Artifact [c67b674108]:
- File bindings.doc — part of check-in [ef46fdbc36] at 2022-07-07 00:08:44 on branch trunk — Add the documentation about coordinate input binding into the bindings.doc file. (user: user, size: 7115) [annotate] [blame] [check-ins using]
︙ | |||
125 126 127 128 129 130 131 132 133 134 135 136 137 138 | 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | + + + | Export a move list. The argument is a operating system command that will receive the move list (in the same format as above) on stdin. 'rs' <number> Adjust replay speed by the specified number (negative to make faster, or positive to make slower; zero leaves it unchanged). 'xy' <x> <y> Input a move using coordinate input. Coordinates are 1-based. === Editor commands === '^I' Level index editor. '^N' |
︙ |