diff options
Diffstat (limited to 'webAO/viewport/constants/colors.ts')
| -rw-r--r-- | webAO/viewport/constants/colors.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/webAO/viewport/constants/colors.ts b/webAO/viewport/constants/colors.ts new file mode 100644 index 0000000..aad3530 --- /dev/null +++ b/webAO/viewport/constants/colors.ts @@ -0,0 +1,11 @@ +export const COLORS = [ + "white", + "green", + "red", + "orange", + "blue", + "yellow", + "pink", + "cyan", + "grey", + ];
\ No newline at end of file |
