diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-10-15 20:23:20 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-10-15 23:28:36 +0200 |
commit | 8feccfeb234b69b1069d6b972f13b77ee2c0459f (patch) | |
tree | fce00b2e7eed89813f0932b4fba3ed1e4ff692da /web/pw-server/src/lib/constants.ts | |
parent | b51b7a331ddfd93675e93d88cf267494b9c1b083 (diff) | |
download | planetwars.dev-8feccfeb234b69b1069d6b972f13b77ee2c0459f.tar.xz planetwars.dev-8feccfeb234b69b1069d6b972f13b77ee2c0459f.zip |
show player logs on view match page
Diffstat (limited to 'web/pw-server/src/lib/constants.ts')
-rw-r--r-- | web/pw-server/src/lib/constants.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/pw-server/src/lib/constants.ts b/web/pw-server/src/lib/constants.ts new file mode 100644 index 0000000..208bf09 --- /dev/null +++ b/web/pw-server/src/lib/constants.ts @@ -0,0 +1,11 @@ +export const PLAYER_COLORS = [ + "#ff8000", + "#0080ff", + "#ff6693", + "#3fcb55", + "#cbc33f", + "#cf40e9", + "#ff3f0d", + "#1beef0", + "#0dc5ff", +]; |