diff options
author | rexim <reximkut@gmail.com> | 2024-03-23 09:57:37 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-23 09:57:37 +0700 |
commit | eee6e99a8d38058a7f9c7d0869f329fc90cea97d (patch) | |
tree | 51bd0ecb07cc9c264b59bd262b2f5163ae026555 /assets | |
parent | dd92afccfe1ec29822c8a51676aa939ab0581e48 (diff) |
Create assets folder
Diffstat (limited to 'assets')
-rw-r--r-- | assets/colors.txt | 16 | ||||
-rw-r--r-- | assets/map.png | bin | 0 -> 1344 bytes | |||
-rw-r--r-- | assets/sounds.txt | 4 |
3 files changed, 20 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..cadfde4 --- /dev/null +++ b/assets/map.png 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 |