Update lcars.app.js

master
Ronin0000 2023-01-03 16:37:46 -08:00 committed by GitHub
parent 48c1b31a08
commit e020bb0fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ var color3C = convert24to16(color3);
* Requirements and globals * Requirements and globals
*/ */
var colorPalette = new Uint16Array([/Used to change the color of the image if the user selects a color that is diffrent than the default. var colorPalette = new Uint16Array([//Used to change the color of the image if the user selects a color that is diffrent than the default.
0x0000, // not used 0x0000, // not used
color2C, // second color2C, // second
color3C, // third color3C, // third