Scaffold tactical RPG web prototype

This commit is contained in:
2026-06-21 22:20:31 +09:00
parent 2f0810dd2e
commit 764df7edce
17 changed files with 1364 additions and 0 deletions

12
src/game/ui/palette.ts Normal file
View 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;