Differences From Artifact [d3641d4495]:
- File names.js — part of check-in [7f3f255b14] at 2022-02-11 21:25:41 on branch trunk — Implement the connection movement. (user: user, size: 2671) [annotate] [blame] [check-ins using]
To Artifact [2016a9f624]:
- File names.js — part of check-in [c1c8bc41b1] at 2022-03-04 02:03:16 on branch trunk — Implement the NEXTWARP message. (user: user, size: 2686) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 33 34 35 36 37 38 39 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | + | // New 20 = CONFLICT 21 = COLLIDEBY 22 = COLLIDE 23 = COLLIDING 24 = BLOCKED 25 = CONNECT 26 = NEXTWARP `.split("\n").map(x=>/^ *([0-9]+) = ([^ ]*) *$/.exec(x)).filter(x=>x); const standard_sound_names=[]; ` SPLASH POUR DOOR GLASS |
︙ |