forked from external-repos/LifeTrinket
other default colors
This commit is contained in:
@@ -2,14 +2,14 @@ import { Player, Rotation } from '../Types/Player';
|
|||||||
import { InitialGameSettings, Orientation } from '../Types/Settings';
|
import { InitialGameSettings, Orientation } from '../Types/Settings';
|
||||||
|
|
||||||
export const presetColors = [
|
export const presetColors = [
|
||||||
'#F06292', // Light Pink
|
'#D08182', // Muted Pink
|
||||||
'#4DB6AC', // Teal
|
'#5AAB9E', // Teal
|
||||||
'#FFA726', // Orange
|
'#D58B5A', // Burnt Orange
|
||||||
'#7986CB', // Indigo
|
'#697A9A', // Soft Indigo
|
||||||
'#FFCC80', // Peach
|
'#78B2D3', // Pastel Blue
|
||||||
'#90CAF9', // Pastel Blue
|
'#A785BA', // Lilac
|
||||||
'#CE93D8', // Lilac
|
'#D9C17C', // Muted Yellow
|
||||||
'#FF8A80', // Coral
|
'#FF907F', // Light Coral
|
||||||
];
|
];
|
||||||
|
|
||||||
const getOrientationRotations = (
|
const getOrientationRotations = (
|
||||||
|
|||||||
Reference in New Issue
Block a user