+ Start of iCE color support... ish.
* Initial NU-MAYA theme matrix
This commit is contained in:
BIN
mods/art/themes/NU-MAYA/MATRIX.ANS
Normal file
BIN
mods/art/themes/NU-MAYA/MATRIX.ANS
Normal file
Binary file not shown.
4
mods/art/themes/NU-MAYA/theme_info.json
Normal file
4
mods/art/themes/NU-MAYA/theme_info.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name" : "Nu Mayan",
|
||||
"author" : "NuSkooler"
|
||||
}
|
||||
@@ -24,7 +24,11 @@ exports.entryPoint = entryPoint;
|
||||
|
||||
function entryPoint(client) {
|
||||
|
||||
client.term.write(ansi.resetScreen());
|
||||
//client.term.write('\x1b[?33h');
|
||||
|
||||
theme.displayThemeArt('MATRIX', client, function onMatrix(err, mciMap) {
|
||||
console.log(mciMap);
|
||||
if(mciMap.ET1 && mciMap.ET2 && mciMap.BN1 && mciMap.BN2 && mciMap.BN3) {
|
||||
//
|
||||
// Form via EditTextViews and ButtonViews
|
||||
|
||||
Reference in New Issue
Block a user