Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuysmans committed Jul 19, 2021
1 parent eeb4bab commit df4c0f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demos/tetrisk_FR.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
ll=ll.replace(/b/g,"<span style='color:0100f1'>&#x2588;</span>")
io2.println(ll);
}
io2.println("\n\n\nControles:\n flêches du clavier");
io2.println("\n\n\nControles:\n flèches du clavier");
}

function bougerPiece()
Expand Down
6 changes: 3 additions & 3 deletions demos/zork_mini_FR.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ <h1>Mini Zork</h1>
io.printImage("media/zork_castle_court.jpg","300px");
io.println("\nVous vous trouvez dans la cour intérieure du château.");
var x=await io.click("Aller à la porte du château","Entrer dans l'armurerie");
if (x=="Entrer dans l'armurerie") await pageArmurie();
if (x=="Entrer dans l'armurerie") await pageArmurerie();
else if (x=="Aller à la porte du château") pagePorte();
}

async function pageArmurie()
async function pageArmurerie()
{
new Audio("media/tetrisk_move.mp3").play();
io.printhr();
Expand Down Expand Up @@ -78,7 +78,7 @@ <h1>Mini Zork</h1>
io.printhr();
io.printImage("media/zork_castle_gate.jpg","300px");
io.println("\nVous arrivez à la porte du château.\n"+
"Il y a une <a target='_blank' href='https://zork.fandom.com/wiki/Grue'>Grue Maléfique</a> qui vous y attends!");
"Il y a une <a target='_blank' href='https://zork.fandom.com/wiki/Grue'>Grue Maléfique</a> qui vous y attend !");
if (status=="grue")
{
io.println("La Grue vous regarde et vous laisse passer.\nVous vous êtes échappé du château!\nVous avez gagné.");
Expand Down

0 comments on commit df4c0f7

Please sign in to comment.