summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86aa376..fca07cf 100644
--- a/README.md
+++ b/README.md
@@ -16,3 +16,15 @@ I recommend using zig build system with `build.sh` or `build.bat` in
For windows you have to clone the dll's in the output lib yourself
You should also download raylib 5.5 manually.
Put the DLLs in `raylib/lib` and header in `raylib/include/`.
+
+# Development
+
+## Textures convention
+All the game colorscheme should contain 6 colors.
+The colorscheme is applied at the runtime. Follow the following colorscheme in the assets:
+- #FFFFFF - light
+- #FF0000 - red
+- #00FF00 - green
+- #FF7F00 - accent light
+- #0000FF - accent dark
+- #000000 - dark