Differences From Artifact [528389457e]:
- File names.js — part of check-in [13bc344828] at 2021-04-05 05:50:10 on branch trunk — Start to implement deferred movement (incomplete and untested so far). (user: user, size: 2657) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + | 19 = END_TURN // New 20 = CONFLICT 21 = COLLIDEBY 22 = COLLIDE 23 = COLLIDING 24 = BLOCKED 25 = CONNECT `.split("\n").map(x=>/^ *([0-9]+) = ([^ ]*) *$/.exec(x)).filter(x=>x); const standard_sound_names=[]; ` SPLASH POUR DOOR GLASS |
︙ |