@phaserjs/phaser
Version:
24 lines (23 loc) • 400 B
JavaScript
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
export const C64 = [
"#000",
"#fff",
"#8b4131",
"#7bbdc5",
"#8b41ac",
"#6aac41",
"#3931a4",
"#d5de73",
"#945a20",
"#5a4100",
"#bd736a",
"#525252",
"#838383",
"#acee8b",
"#7b73de",
"#acacac"
];