Differences From Artifact [3ef6cce4af]:
- File default.heromeshrc — part of check-in [59dfac25ca] at 2021-03-28 06:01:31 on branch trunk — Start to implement editing level strings (not finished yet) (user: user, size: 4091) [annotate] [blame] [check-ins using]
To Artifact [29103a4844]:
- File default.heromeshrc — part of check-in [655771dcba] at 2021-03-30 06:32:46 on branch trunk — Add the maxTrigger resource, to try to prevent some kinds of infinite loops (user: user, size: 4111) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 | ! Hero Mesh configuration settings ?.screenWidth: 800 ?.screenHeight: 600 ?.imageSize: 24 ?.traceAll: true ?.showInventory: 0 ! Game inputs ?.gameKey.A: 'A ?.gameKey.B: 'B ?.gameKey.C: 'C ?.gameKey.D: 'D ?.gameKey.E: 'E | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ! Hero Mesh configuration settings ?.screenWidth: 800 ?.screenHeight: 600 ?.imageSize: 24 ?.traceAll: true ?.showInventory: 0 ?.maxTrigger: 32767 ! Game inputs ?.gameKey.A: 'A ?.gameKey.B: 'B ?.gameKey.C: 'C ?.gameKey.D: 'D ?.gameKey.E: 'E |
︙ | ︙ |