Scaffold tactical RPG web prototype
This commit is contained in:
12
src/game/ui/palette.ts
Normal file
12
src/game/ui/palette.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export const palette = {
|
||||
ink: 0x10131a,
|
||||
panel: 0x1e2430,
|
||||
panelDark: 0x151922,
|
||||
line: 0x3b4658,
|
||||
gold: 0xd8b15f,
|
||||
red: 0xb64a45,
|
||||
blue: 0x4f7ec7,
|
||||
green: 0x5f8f63,
|
||||
cream: 0xe8dfca,
|
||||
muted: 0x9aa3ad
|
||||
} as const;
|
||||
Reference in New Issue
Block a user