Differences From Artifact [c748daa1b0]:
- File names.js — part of check-in [60b09ee8e4] at 2022-10-19 22:28:12 on branch trunk — Implement returning classes/objects from COLLIDEBY message to transform objects. (Not fully tested yet) (user: user, size: 2796) [annotate] [blame] [check-ins using]
To Artifact [c026ba45a4]:
- File names.js — part of check-in [1ba87a8fa2] at 2023-05-12 06:43:13 on branch trunk — Add WARPED message. (user: user, size: 2809) [annotate] [blame] [check-ins using]
| ︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 42 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | + |
22 = COLLIDE
23 = COLLIDING
24 = BLOCKED
25 = CONNECT
26 = NEXTWARP
27 = CLICK
28 = XCREATE
29 = WARPED
`.split("\n").map(x=>/^ *([0-9]+) = ([^ ]*) *$/.exec(x)).filter(x=>x);
const standard_sound_names=[];
`
SPLASH
POUR
DOOR
GLASS
|
| ︙ |