aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/lib/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'web/pw-server/src/lib/constants.ts')
-rw-r--r--web/pw-server/src/lib/constants.ts11
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",
+];