Differences From Artifact [98abace569]:
- File names.js — part of check-in [d1b2616e10] at 2020-11-29 23:50:43 on branch trunk — Implement message tracing, fix a few mistakes, start to implement level initialization (user: user, size: 2645) [annotate] [blame] [check-ins using]
To Artifact [f2de6d4d8c]:
- File names.js — part of check-in [56fff32581] at 2020-11-30 21:37:41 on branch trunk — Add names for Transform, TRANSFORMING, and TRANSFORMED; not implemented yet (user: user, size: 2682) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 31 32 33 34 35 36 37 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + + | 18 = POSTINIT 19 = END_TURN // New 20 = CLEANUP 21 = COLLIDING 22 = COLLIDE 23 = BIZARRO_SWAP 24 = TRANSFORMING 25 = TRANSFORMED `.split("\n").map(x=>/^ *([0-9]+) = ([^ ]*) *$/.exec(x)).filter(x=>x); const standard_sound_names=[]; ` SPLASH POUR DOOR GLASS |
︙ |