Differences From Artifact [7f0656bbc7]:
- File default.heromeshrc — 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: 5390) [annotate] [blame] [check-ins using]
To Artifact [eab9494892]:
- File default.heromeshrc — 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: 5405) [annotate] [blame] [check-ins using]
︙ | |||
182 183 184 185 186 187 188 189 190 191 | 182 183 184 185 186 187 188 189 190 191 192 | + | ?.?.kp_plus: select 'go',-(level()+1) where level()<max_level(); ?.?.shift.kp_minus: select 'go',-1; ?.?.shift.kp_plus: select 'go',-max_level(); ?.?.ctrl.G: select 'go',-:Go_To_Level where :Go_To_Level=cast(:Go_To_Level as int) and cast(:Go_To_Level as int)>0; ?.?.ctrl.Q: ^Q ?.?.ctrl.S: ^S ?.?.ctrl.T: ^T ?.?.ctrl.Y: ^Y ?.?.shift.ctrl.M: select ':s'; ?.?.f10: select ':x'; |