Skip to content

Commit

Permalink
1 file edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Croc-Prog-github committed Apr 19, 2024
1 parent 3bad7db commit 6a21087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/menu/MoodGame.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ <h3 style="text-transform: uppercase;">Scegli una modalità di gioco</h3>
<div style="margin-top: 20px; display: flex;">

<div style="border: solid black 3px; margin-right: 20px; display: flex;" onclick="SMG('BattleRoyale')" name="BattleRoyale">
<img src="/resources/TB2/Game-Mode/Modalità_ Battle Royale.png" alt="Errore di fonte">
<img src="/resources/TB2/Game-Mode/Modalità_Battle_Royale.png" alt="Errore di fonte">
</div>

<div style="border: solid black 3px; margin-right: 20px; display: flex;">
<img src="/resources/TB2/Game-Mode/Modalità_ Creativa.png" alt="Errore di fonte" onclick="/*alert('La modalità Creativa è disattivata.');*/ window.location.href = '/game/GameMood/creativ.html';" name="Creativa">
<img src="/resources/TB2/Game-Mode/Modalità_Creativa.png" alt="Errore di fonte" onclick="/*alert('La modalità Creativa è disattivata.');*/ window.location.href = '/game/GameMood/creativ.html';" name="Creativa">
</div>

<div style="background: lightskyblue; border: solid 4px black; margin-right: 20px; width: 308px; color: royalblue; text-align: center;" onclick="SMG('CampoDiProva')" name="">Campo di prova</div>
Expand Down

0 comments on commit 6a21087

Please sign in to comment.