- Jul 06, 2019
-
-
rswindell authored
And renamed ICE_COLOR to USER_ICE_COLOR, to be consistent.
-
- May 09, 2019
-
-
rswindell authored
-
- May 02, 2019
-
-
rswindell authored
userdefs.js and require() it from sbbsdefs.js, so no existing scripts that use these constants should need to change. This allows: 1. use of const over var for proper JS constant definition via require() 2. more optimal load()ing of only what you need for your script to execute
-