c64 colors
This commit is contained in:
parent
e33fb44c16
commit
e3dac7edcc
|
|
@ -24,13 +24,13 @@ let tetrisTimer = 0
|
||||||
let lockTimer = 0
|
let lockTimer = 0
|
||||||
|
|
||||||
const COLORS: Record<string, string> = {
|
const COLORS: Record<string, string> = {
|
||||||
I: "cyan",
|
I: "#6fc6ff", // light blue (C64 cyan)
|
||||||
O: "yellow",
|
O: "#fce94f", // yellow
|
||||||
T: "purple",
|
T: "#d87bfb", // light purple
|
||||||
S: "green",
|
S: "#8ae234", // light green
|
||||||
Z: "red",
|
Z: "#f35f5f", // red
|
||||||
J: "blue",
|
J: "#3465a4", // blue
|
||||||
L: "orange",
|
L: "#e9b96e", // orange
|
||||||
}
|
}
|
||||||
|
|
||||||
// I, O, T, L, J, S, Z
|
// I, O, T, L, J, S, Z
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user