reamde: use relative paths

This commit is contained in:
Arthi-chaud
2021-06-19 18:58:45 +02:00
committed by GitHub
parent a55364dfea
commit 58a550eb82

View File

@@ -15,9 +15,9 @@ Repository link: https://github.com/AnonymusRaccoon/Bomberman/
## Screenshots
<div>
<img align="left" src="https://github.com/AnonymusRaccoon/Bomberman/blob/readme/assets/images/titlescreen.png" width="45%">
<img align="right" src="https://github.com/AnonymusRaccoon/Bomberman/blob/readme/assets/images/lobby.png" width="45%">
<img src="https://github.com/AnonymusRaccoon/Bomberman/blob/readme/assets/images/game.png">
<img align="left" src="./assets/images/titlescreen.png" width="45%">
<img align="right" src="./assets/images/lobby.png" width="45%">
<img src="./assets/images/game.png">
</div>