KH2 game implementation (#1438)

This commit is contained in:
JaredWeakStrike
2023-03-20 12:19:55 -04:00
committed by GitHub
parent d4b793902f
commit 67bf12369a
23 changed files with 8603 additions and 0 deletions

View File

@@ -31,6 +31,9 @@
{% elif patch.game == "Factorio" %}
<a href="{{ url_for("download_slot_file", room_id=room.id, player_id=patch.player_id) }}" download>
Download Factorio Mod...</a>
{% elif patch.game == "Kingdom Hearts 2" %}
<a href="{{ url_for("download_slot_file", room_id=room.id, player_id=patch.player_id) }}" download>
Download Kingdom Hearts 2 Mod...</a>
{% elif patch.game == "Ocarina of Time" %}
<a href="{{ url_for("download_slot_file", room_id=room.id, player_id=patch.player_id) }}" download>
Download APZ5 File...</a>