summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--logo.pngbin0 -> 50223 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8a9d7de..c6495d4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
<div align="center">
- <img src="assets/sprites/brand.png" alt="Maxon Petting Simulator" title="Maxon Petting Simulator"><hr>
+ <img src="logo.png" alt="Maxon Petting Simulator" title="Maxon Petting Simulator"><hr>
<a href="https://wakatime.com/badge/user/09f67b1c-0691-482a-a1d4-e4751e6962de/project/79913770-2bc1-448e-91e8-5bef19d4622d"><img src="https://wakatime.com/badge/user/09f67b1c-0691-482a-a1d4-e4751e6962de/project/79913770-2bc1-448e-91e8-5bef19d4622d.svg?style=plastic" alt="wakatime"></a>
<img src="https://img.shields.io/github/license/notdankenough/MaxonPettingSim?style=plastic">
<a href="https://ilotterytea.itch.io/maxon"><img src="https://img.shields.io/badge/-Get%20the%20Maxon%20Petting%20Simulator%20on%20Itch.io-171601?style=plastic&logo=itch.io"></a>
@@ -11,7 +11,7 @@ Maxon Petting Simulator source code release. The game is built in Java and uses
> If you have any questions or issues, submit them on [Issues](https://github.com/notdankenough/maxonpettingsim/issues)!
## Building
-To compile this project you will need [JDK 17](https://adoptium.net/). Copy the repository and open it via the terminal and do what you need:
+To compile this project you will need [JDK 11](https://adoptium.net/). Copy the repository and open it via the terminal and do what you need:
### Game (For desktop):
*Running*: `./gradlew desktop:run`<br>
*Building*: `./gradlew desktop:dist`
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..c13b6da
--- /dev/null
+++ b/logo.png
Binary files differ