plasma-arc / constants.js
p3nGu1nZz's picture
add to constants
ad1e7e0
raw
history blame
135 Bytes
// constants.js
export const COLORS = [
[1, 1, 0, 1],
[0, 1, 1, 1],
[1, 0, 1, 1],
[1, 0, 0, 1],
[0, 0.5, 1, 1]
];