Skip to content

Commit

Permalink
Fix div not rendered by jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
Ventus218 committed Nov 4, 2024
1 parent 904a824 commit 321b733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
## Prova i giochi di esempio!

<!-- I know HTML's align and width are deprecated but that's the olny way to make it work on GitHub too -->
<div align=center>
<img src="./docs/vid/space-defender-earlygame.gif" alt="Space Defender inizio partita" width=45% />
<img src="./docs/vid/space-defender-engame.gif" alt="Space Defender fine partita" width=45% />
<div markdown="1" align="center">
<img src="./docs/vid/space-defender-earlygame.gif" alt="Space Defender inizio partita" width=45% />
<img src="./docs/vid/space-defender-engame.gif" alt="Space Defender fine partita" width=45% />
</div>

[Qui](https://github.com/Ventus218/Scala-Game-Engine/releases/latest) si può trovare l'ultima release, i giochi sono compilati in JAR eseguibili:
Expand Down

0 comments on commit 321b733

Please sign in to comment.