Skip to content
Snippets Groups Projects
Commit 66efe172 authored by deuce's avatar deuce
Browse files

Move brown/yellow to the end of the list to prevent red/brown problems early

in the game.
parent 54dd52b6
Branches
Tags
No related merge requests found
......@@ -84,8 +84,8 @@ function blox()
{
const columns=20;
const rows=11;
const bg=[BG_GREEN,BG_BLUE,BG_RED,BG_BROWN,BG_MAGENTA,LIGHTGRAY];
const fg=[LIGHTGREEN,LIGHTBLUE,LIGHTRED,YELLOW,LIGHTMAGENTA,WHITE];
const bg=[BG_GREEN, BG_BLUE, BG_RED, BG_MAGENTA, LIGHTGRAY,BG_BROWN];
const fg=[LIGHTGREEN,LIGHTBLUE,LIGHTRED,LIGHTMAGENTA,WHITE, YELLOW];
var level;
var points;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment