1
0
Fork 0

Update app.js

master
nujw 2021-10-29 21:55:45 +13:00 committed by GitHub
parent a29af499e7
commit 7c7a0ae2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ var img = {
};
if ( cfg.colour == 1 ) img.palette = new Uint16Array([0,0xFFFF,0xFFF6,0xDFFF]);
if ( cfg.colour == 2 ) img.palette = new Uint16Array([0,0xFF800,0xFAE0,0xF813]);
if ( cfg.colour == 2 ) img.palette = new Uint16Array([0,0xF800,0xFAE0,0xF813]);
var SCREENACCESS = {
withApp:true,