Improved color palette

This commit is contained in:
dylan
2023-05-07 13:58:55 -07:00
parent c53373ea47
commit 5ed92b5ff4
6 changed files with 126 additions and 28 deletions

View File

@@ -31,7 +31,7 @@ const update = () => {
const draw = () => {
clearScreen();
fillRect(0, 8, 128, 112, COLOR.BROWN);
fillRect(0, 8, 128, 112, COLOR.DARKGRAY);
// Draw the sheet grid
getCart().forEach((sheet, i) => {