Skip to content

Commit

Permalink
mise a jour des liens + ajout patch notes
Browse files Browse the repository at this point in the history
  • Loading branch information
griisemine committed May 18, 2020
1 parent 0ac0162 commit da8ec66
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions site web/download.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

if($file == "mac")
{
$fichier = 'download/Nineteen_v1.1.1.zip';
$fichier = 'download/Nineteen_v1.1.2.zip';
$fichier_taille = filesize($fichier);
$lancerTelechargement = TRUE;
}
else if ($file == "windows")
{
$fichier = 'download/Nineteen_v1.1.1.exe';
$fichier = 'download/Nineteen_v1.1.2.exe';
$fichier_taille = filesize($fichier);
$lancerTelechargement = TRUE;
}
Expand Down Expand Up @@ -105,6 +105,21 @@ function getClientIP(){
<h1>Note de mise à jour</h1>
<br>

<h2>Version : 1.1.2</h2>
<ul style="text-align: left;">

<li>Asteroid :</li>
<ul>
<li>Correction de bug de collision en mode difficile</li>
</ul>
<li>Space Shooter :</li>
<ul>
<li>Amélioration des mouvements et attaques des ennemis</li>
</ul>
</ul>
<br>
<br>
<hr>

<h2>Version : 1.1.1</h2>
<ul style="text-align: left;">
Expand Down

0 comments on commit da8ec66

Please sign in to comment.