diff --git a/src/main/resources/LICENSE.md b/src/main/resources/LICENSE.md new file mode 100644 index 0000000..c58fb18 --- /dev/null +++ b/src/main/resources/LICENSE.md @@ -0,0 +1,15 @@ +Credit: Risotto + +The artwork of this game is licensed under CC BY-NC 4.0. +To view a copy of this license, visit https://creativecommons.org/licenses/by-nc/4.0/ + +You are free to: +- Share — copy and redistribute the material in any medium or format +- Adapt — remix, transform, and build upon the material +- The licensor cannot revoke these freedoms as long as you follow the license terms. + +Under the following terms: + +- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. +- NonCommercial — You may not use the material for commercial purposes. +- No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. diff --git a/src/main/resources/dirt_particle.ase b/src/main/resources/dirt_particle.ase new file mode 100644 index 0000000..101c347 Binary files /dev/null and b/src/main/resources/dirt_particle.ase differ diff --git a/src/main/resources/explosion.ase b/src/main/resources/explosion.ase new file mode 100644 index 0000000..c4d657f Binary files /dev/null and b/src/main/resources/explosion.ase differ diff --git a/src/main/resources/explosion.png b/src/main/resources/explosion.png new file mode 100644 index 0000000..560a529 Binary files /dev/null and b/src/main/resources/explosion.png differ diff --git a/src/main/resources/tileset.png b/src/main/resources/tileset.png new file mode 100644 index 0000000..7cb15a9 Binary files /dev/null and b/src/main/resources/tileset.png differ diff --git a/src/main/resources/ui.png b/src/main/resources/ui.png new file mode 100644 index 0000000..06210a0 Binary files /dev/null and b/src/main/resources/ui.png differ