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 ++++++++++++++++ assets/map.png | Bin 0 -> 1344 bytes assets/sounds.txt | 4 ++++ 3 files changed, 20 insertions(+) create mode 100644 assets/colors.txt create mode 100644 assets/map.png create mode 100644 assets/sounds.txt (limited to 'assets') 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 diff --git a/assets/map.png b/assets/map.png new file mode 100644 index 0000000..cadfde4 Binary files /dev/null and b/assets/map.png differ diff --git a/assets/sounds.txt b/assets/sounds.txt new file mode 100644 index 0000000..2a1f30a --- /dev/null +++ b/assets/sounds.txt @@ -0,0 +1,4 @@ +- https://opengameart.org/content/footsteps-on-different-surfaces +- https://opengameart.org/content/footsteps-0 +- https://opengameart.org/content/metal-footsteps-on-concrete +- https://opengameart.org/content/walking-sound-effect -- cgit v1.2.3