Created
May 11, 2017 18:25
-
-
Save mk30/9be11b8fa39a5ae0528745167648ec59 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (prows) { | |
var phex = pals[state.palette].hex | |
for (var i = 0; i < phex.length; i += 10) { | |
prows.push(phex.slice(i,i+10)) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment