master
*anna* 3 years ago
parent d2633f898e
commit 77dc032346

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>welcome</title>
<title>whenyoumightgoastray</title>
<link rel="icon" href="imgs/avatars/ball2.gif">
<link rel="stylesheet" href="index.css">

@ -18,7 +18,7 @@
</div>
<!--memory pop up -->
<div class="memory" style="display: none;">
hello <span id="player_name"> </span>, it seems you have already been here. You can come back how many times you want but you should be aware that the oracle tends to remember everything you did in the past. <br> You can <button id="no_delete" class="button_memory">carry on anyways</button> or you can <button id="delete" class="button_memory">clean your history</button> in case you are looking for a fresh start.
hello <span id="player_name"> </span>, it seems you have already been here. You can come back how many times you want but you should be aware that the oracle tends to remember everything you did in the past. <br> You can either <button id="no_delete" class="button_memory">carry on anyways</button> or <button id="delete" class="button_memory">clean your history</button> in case you are looking for a fresh start.
</div>
<!--baloons -->
@ -209,7 +209,7 @@
$("#bench").click (function(){
$(".message1, .message4, .bubble1, .bubble2").hide();
$("#newspaper, .close").show();
$(".blur"). addClass("blur_background");
$(".blur, .blur_button"). addClass("blur_background");
//saves that u opened the newspaper in the local storage
window.localStorage.setItem("newspaper","opened")
console.log ("newspaper:",localStorage.newspaper)
@ -267,7 +267,7 @@
$("#baloon4").hide();
$(".message1").hide();
$(".message4").show();
$(".blur"). removeClass("blur_background");
$(".blur, .blur_button"). removeClass("blur_background");
$("#kiosk ").show();
});

Loading…
Cancel
Save