From eee6e99a8d38058a7f9c7d0869f329fc90cea97d Mon Sep 17 00:00:00 2001 From: rexim Date: Sat, 23 Mar 2024 09:57:37 +0700 Subject: Create assets folder --- assets/colors.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 assets/colors.txt (limited to 'assets/colors.txt') diff --git a/assets/colors.txt b/assets/colors.txt new file mode 100644 index 0000000..420d2a8 --- /dev/null +++ b/assets/colors.txt @@ -0,0 +1,16 @@ +COLOR_BACKGROUND 131 117 134 +COLOR_FLOOR 133 72 54 +COLOR_WALL 0 0 0 +COLOR_BARRICADE 0 178 255 +COLOR_PLAYER 232 2 255 +COLOR_DOORKEY 128 182 228 +COLOR_BOMB 0 186 255 +COLOR_LABEL 0 0 255 +COLOR_GUARD 60 186 255 +COLOR_MOTHER 242 175 236 +COLOR_GNOME 125 194 255 +COLOR_CHECKPOINT 213 0 255 +COLOR_EXPLOSION 224 143 253 +COLOR_HEALTHBAR 0 173 255 +COLOR_EYES 0 0 0 +COLOR_FATHER 0 0 255 -- cgit v1.2.3