diff --git a/index.html b/index.html index 6ccc169..4a14861 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,9 @@ Wall :
+ Map : +
+
Go back to menu diff --git a/script.js b/script.js index 955c58a..b71b9c7 100644 --- a/script.js +++ b/script.js @@ -133,6 +133,10 @@ function showRulesScreen() { // Display all wall wallList.appendChild(imgWall); + + // Display map texture + mapList.appendChild(imgGrass); + mapList.appendChild(imgIce); }