From 722a9d1e729aff2eb64f3c064c33d547ea980eb0 Mon Sep 17 00:00:00 2001 From: physick Date: Fri, 31 Jul 2026 18:36:22 +0500 Subject: Buttons GUI start --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') 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 -- cgit v1.3