diff --git a/README.md b/README.md index 8902584..4b339ca 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ A WIP game for learning purpouses ## Credits - Created by Juan Sebastián Montoya - +- Assets by: + - [ArMM1998](https://opengameart.org/content/zelda-like-tilesets-and-sprites) ## License This project is licensed under the [MIT License](https://opensource.org/licenses/MIT). diff --git a/assets/cave.png b/assets/cave.png new file mode 100644 index 0000000..1df7b3e Binary files /dev/null and b/assets/cave.png differ diff --git a/assets/character.png b/assets/character.png new file mode 100644 index 0000000..a50ceb0 Binary files /dev/null and b/assets/character.png differ diff --git a/assets/font.png b/assets/font.png new file mode 100644 index 0000000..0128151 Binary files /dev/null and b/assets/font.png differ diff --git a/assets/inner.png b/assets/inner.png new file mode 100644 index 0000000..a07be97 Binary files /dev/null and b/assets/inner.png differ diff --git a/assets/log.png b/assets/log.png new file mode 100644 index 0000000..b952a9a Binary files /dev/null and b/assets/log.png differ diff --git a/assets/npc_test.png b/assets/npc_test.png new file mode 100644 index 0000000..4e3c1c9 Binary files /dev/null and b/assets/npc_test.png differ diff --git a/assets/objects.png b/assets/objects.png new file mode 100644 index 0000000..f76813f Binary files /dev/null and b/assets/objects.png differ diff --git a/assets/overworld.png b/assets/overworld.png new file mode 100644 index 0000000..c03c380 Binary files /dev/null and b/assets/overworld.png differ diff --git a/public/index.html b/index.html similarity index 87% rename from public/index.html rename to index.html index 6696de1..416a2b2 100644 --- a/public/index.html +++ b/index.html @@ -34,7 +34,7 @@