master
*anna* 3 years ago
parent fd0efef39d
commit d65aec5dfe

BIN
.DS_Store vendored

Binary file not shown.

@ -373,11 +373,12 @@ span.button_text{
line-height: 17px; line-height: 17px;
text-align: center; text-align: center;
width: 160px; width: 160px;
height: 35px; height: 50px;
border-radius: 10px; border-radius: 10px;
padding: 18px; padding: 18px;
border: #000000 solid 1px; border: #000000 solid 1px;
z-index: 10; z-index: 10;
cursor: pointer;
} }
.bubble4:after { .bubble4:after {
content: ''; content: '';
@ -406,6 +407,93 @@ span.button_text{
display: block; display: block;
} }
.bubble5 {
bottom: 65%;
left: 24%;
position: absolute;
background: #ffffff;
color: #000000;
font-family: sinistre;
font-size: 16px;
line-height: 17px;
text-align: center;
width: 250px;
height: 105px;
border-radius: 10px;
padding: 18px;
border: 1px black solid;
z-index: 20;
}
.bubble5:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-width: 0 30px 24px 0;
border-color: transparent #ffffff transparent transparent;
bottom: -24px;
left: 83%;
margin-left: -15px;
}
.bubble5:before {
content: '';
position: absolute;
width: 0;
z-index: 0;
border-style: solid;
border-width: 0 31px 25px 0;
border-color: transparent #000000 transparent transparent;
bottom: -26px;
left: 83%;
margin-left: -15px;
display: block;
}
.bubble6 {
bottom: 64%;
left: 50%;
position: absolute;
background: #ffffff;
color: #000000;
font-family:sinistre;
font-size: 16px;
line-height: 17px;
text-align: center;
width: 160px;
height: 55px;
border-radius: 10px;
padding: 18px;
border: #000000 solid 1px;
z-index: 10;
}
.bubble6:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 2;
border-style: solid;
border-width: 24px 30px 0 0;
border-color: #ffffff transparent transparent transparent;
bottom: -24px;
left: 17%;
margin-left: -15px;
}
.bubble6:before {
content: '';
position: absolute;
width: 0;
z-index: 0;
border-style: solid;
border-width: 25px 31px 0 0;
border-color: #000000 transparent transparent transparent;
bottom: -26px;
left: 17%;
margin-left: -16px;
display: block;
}
@keyframes touch { @keyframes touch {
0% {transform: rotate(0deg);} 0% {transform: rotate(0deg);}
50% {transform: rotate(-10deg);} 50% {transform: rotate(-10deg);}

@ -37,13 +37,17 @@
<img id="snake" src="imgs/cat_shelter/snake.gif" height="40px" style="display: none;"> <img id="snake" src="imgs/cat_shelter/snake.gif" height="40px" style="display: none;">
<img id="lizard" src="imgs/cat_shelter/lizard.gif" height="25px"style="display: none;"> <img id="lizard" src="imgs/cat_shelter/lizard.gif" height="25px"style="display: none;">
<img id="dog" src="imgs/cat_shelter/dog2.gif" height="50px"style="display: none;"> <img id="dog" src="imgs/cat_shelter/dog2.gif" height="50px"style="display: none;">
<img id="pat" src="imgs/cat_shelter/parrot.gif" height="100px"style="display: none;"> <img id="pat" src="imgs/cat_shelter/parrot.gif" height="100px" style="display: none;">
<div class="comic_div"> <div class="comic_div">
<div class="bubble1"style="display: none;">Hello stranger, are you looking for something? </div> <div class="bubble1"style="display: none;">Hello stranger, are you looking for something? </div>
<div class="bubble2"style="display: none;"> My name is Pat, nice to meet you. [...] </div> <div class="bubble2"style="display: none;"> My name is Pat, nice to meet you. [...] </div>
<div class="bubble3"style="display: none;"> I don't know any Amanda. But believe me, I wouldn't be surprised if something happened to her as well. Like those poor cats. They didn't escape, someone kidnapped them. </div> <div class="bubble3"style="display: none;"> I don't know any Amanda. But believe me, I wouldn't be surprised if something happened to her as well. Like those poor cats. They didn't escape, someone kidnapped them. </div>
<div class="bubble4"style="display: none;"> Follow me, I can tell you more about it.</div> <div class="bubble4"style="display: none;"> If you want I can tell you more about it. [...]</div>
<div class="bubble5" style="display: none;">I have reasons to believe that the Major's family is not as human as we thought. You need to see this.
They are financing the cat shelter to harvest the cubs as food: they made them disappear during the night. </div>
<div class="bubble6"style="display: none;"> The hairballs will drive us to the Major's mansion. Follow me!</div>
</div> </div>
</div> </div>
@ -58,7 +62,7 @@
<span class="instructions_arrow"></span><span class="instructions"> Ask Pat if she has seen Amanda</span> <span class="instructions_arrow"></span><span class="instructions"> Ask Pat if she has seen Amanda</span>
</div> </div>
<div class="message3" style="display:none;"> <div class="message3" style="display:none;">
I hope Amanda did not get involved in this. <button onclick="location.href='major_house.html';"><span class="button_text">Follow Pat</span></button> to hear more about it. This sounds horrible. Can Amanda be involved in all this mess? <button onclick="location.href='major_house.html';"><span class="button_text">Follow Pat</span></button> to see if she is saying the truth.
</div> </div>
</div> </div>
@ -167,6 +171,14 @@
$(".bubble3").show(); $(".bubble3").show();
setTimeout(function(){ setTimeout(function(){
$(".bubble4").show(); $(".bubble4").show();
}, 1000);
});
$(".bubble4").click(function(){
$(".bubble3, .bubble4").hide();
$(".bubble5").show();
setTimeout(function(){
$(".bubble6").show();
setTimeout(function(){ setTimeout(function(){
$(".message3").show(); $(".message3").show();
}, 1000); }, 1000);

BIN
tree/imgs/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

@ -40,16 +40,14 @@
.instructions{ .instructions{
font-family:jolyregularitalic; font-family:jolyregularitalic;
} }
span.instructions_arrow{
span.instructions_arrow{
padding-left:40px; padding-left:40px;
font-size: 2.4vw; font-size: 2.4vw;
font-family:jolybolditalic; font-family:jolybolditalic;
} }
::-moz-selection { /* Code for Firefox */ ::-moz-selection { /* Code for Firefox */
background: transparent; background: transparent;
} }
@ -58,7 +56,7 @@
} }
#ground_color { #ground_color {
width: 5100px; width: 3600px;
height: 120%; height: 120%;
position:fixed; position:fixed;
margin:-100px; margin:-100px;
@ -75,12 +73,12 @@
#groundline { #groundline {
position: fixed; position: fixed;
top:130px; top:130px;
height:0%;
width: 100%; width: 100%;
border-top: 1px solid; border-top: 1px solid;
z-index:-10; z-index:-10;
} }
div.text_container { div.text_container {
bottom: 40px; bottom: 40px;
left:40px; left:40px;
@ -101,10 +99,12 @@ button{
} }
button:hover{ button:hover{
border: 0.1em transparent solid; border: 0.1em transparent solid;
-webkit-box-shadow: 0px 0px 8px 1px black; -webkit-box-shadow: 0px 0px 8px 1px black;
-moz-box-shadow: 0px 0px 8px 1px black; -moz-box-shadow: 0px 0px 8px 1px black;
box-shadow: 0px 0px 8px 1px black;
box-shadow: 0px 0px 8px 1px black; box-shadow: 0px 0px 8px 1px black;
box-shadow: 0px 0px 8px 1px black;
} }
.flipped { .flipped {
@ -116,7 +116,6 @@ box-shadow: 0px 0px 8px 1px black;
-ms-transform: scale(-1, 1); -ms-transform: scale(-1, 1);
} }
span.button_text{ span.button_text{
font-size: 1.6vw; font-size: 1.6vw;
padding: 8px; padding: 8px;
@ -126,135 +125,184 @@ span.button_text{
font-family: jolybolditalic; font-family: jolybolditalic;
} }
.duo{ .duo{
position: absolute; position: absolute;
bottom: 25%; bottom: 35%;
left: 5%; left: 13%;
width: 200px; width: 200px;
height: 100px; height: 100px;
z-index: 2;
}
.glasses_bar {
top:40px;
right:80px;
position:fixed;
border-radius: 25vw;
padding-left: 10px;
padding-right: 10px;
padding-top: 3px;
padding-bottom: 5px;
font-family: sinistre;
background-color: white;
border: 0.11vw black solid;
border-radius: 25vw;
color:black;
cursor:pointer;
font-size: 1.4vw;
animation-name: appear;
animation-duration: 0.2s;
}
@keyframes appear {
0% {top: 80px;}
25% {top: 90px;}
50% {top: 80px;}
75% {top: 90px;}
100% {top: 80px;}
}
.glasses_bar:hover{
border: 0.11vw transparent solid;
color:#c94dff;
-webkit-box-shadow: 0px 0px 8px 1px #c94dff ;
-moz-box-shadow: 0px 0px 8px 1px #c94dff ;
box-shadow: 0px 0px 8px 1px #c94dff ;
}
.glasses_bar_black{
border: 0.11vw transparent solid;
color:#c94dff;
background-color: #000000;
-webkit-box-shadow: 0px 0px 8px 1px #c94dff ;
-moz-box-shadow: 0px 0px 8px 1px #c94dff ;
box-shadow: 0px 0px 8px 1px #c94dff ;
} }
/*images*/ /*images*/
#tree1 { #tree1 {
bottom:30%; bottom:50%;
left: 8%; left: 7%;
position: absolute; position: absolute;
z-index:-1; z-index:0;
} }
#tree2 { #tree2 {
bottom:15%; bottom:25%;
left: 22%; left: 18%;
position: absolute; position: absolute;
z-index:5; z-index:5;
} }
#tree3 { #tree3 {
bottom:30%; bottom:60%;
left: 40%; left: 35%;
position: absolute; position: absolute;
z-index:-1; z-index:-1;
} }
#tree4 { #tree4 {
bottom:15%; bottom:50%;
left: 60%; left: 50%;
position: absolute;
z-index:1;
}
#tree5 {
bottom:25%;
left: 75%;
position: absolute; position: absolute;
z-index:5; z-index:5;
} }
#tree6 {
bottom:55%;
right: 4%;
/* amanda baloons*/
.bubble1 {
right: 25%;
top:34%;
position: absolute; position: absolute;
background: #ffffff; z-index:0;
color: #000000;
font-family: sinistre;
font-size: 16px;
line-height: 17px;
text-align: center;
width: 190px;
height: 50px;
border-radius: 10px;
padding: 18px;
border: #000000 solid 1px;
} }
.bubble1:after { #tree7 {
content: ''; bottom:65%;
right: 27%;
position: absolute; position: absolute;
display: block; z-index:0;
width: 0;
z-index: 1;
border-style: solid;
border-color: #ffffff transparent;
border-width: 0 20px 20px;
top: -20px;
left: 76%;
margin-left: -20px;
} }
.bubble1:before { #fur1 {
content: ''; bottom:55%;
left: 12%;
position: absolute; position: absolute;
width: 0; z-index:0;
z-index: 0;
border-style: solid;
border-color: #000000 transparent;
border-width: 0 21px 21px;
top: -21.5px;
left: 76%;
margin-left: -21px;
display: block;
} }
.bubble2{ #fur2 {
right: 11%; bottom:72%;
top:35%; left: 20%;
position: absolute; position: absolute;
background: #ffffff; z-index:0;
color: #000000;
font-family: sinistre;
font-size: 16px;
line-height: 17px;
text-align: center;
width: 220px;
height: 75px;
border-radius: 10px;
padding: 18px;
border: #000000 solid 1px;
} }
.bubble2:after { #fur3 {
content: ''; bottom:25%;
left: 23%;
position: absolute; position: absolute;
display: block; z-index:5;
width: 0;
z-index: 1;
border-style: solid;
border-color: transparent #ffffff;
border-width: 20px 20px 20px 0;
top: 34%;
left: -20px;
margin-top: -20px;
} }
.bubble2:before { #fur4 {
content: ''; bottom:65%;
left: 38%;
position: absolute; position: absolute;
width: 0; z-index:-2;
z-index: 0; }
border-style: solid; #fur5 {
border-color: transparent #000000; bottom:20%;
border-width: 21px 21px 21px 0; left: 55%;
top: 34%; position: absolute;
left: -21.5px; z-index:-2;
margin-top: -21px; }
display: block; .house {
top:15%;
right: 8%;
position: absolute;
z-index:-2;
}
.figure5{
bottom:50%;
right: 15%;
position: absolute;
z-index:2;
} }
.bubble3 { .figure2{
right: 20%; bottom:70%;
top:53%; right: 21%;
position: absolute;
z-index:-2;
}
.figure1{
bottom:26%;
right: 8%;
position: absolute;
z-index:-2;
}
.figure4{
bottom:35%;
right: 18%;
position: absolute;
z-index:-2;
}
.figure3{
top:32%;
right: 8%;
position: absolute;
z-index:2;
}
.figure6{
bottom:30%;
right: 4%;
position: absolute;
z-index:3;
}
.figure7{
bottom:35%;
right: 12%;
position: absolute;
z-index:-2;
}
.bubble1 {
right: 24%;
top:18%;
position: absolute; position: absolute;
background: #ffffff; background: #ffffff;
color: #000000; color: #000000;
@ -262,13 +310,13 @@ span.button_text{
font-size: 16px; font-size: 16px;
line-height: 17px; line-height: 17px;
text-align: center; text-align: center;
width: 200px; width: 180px;
height: 55px; height: 120px;
border-radius: 10px; border-radius: 10px;
padding: 18px; padding: 18px;
border: #000000 solid 1px; border: #000000 solid 1px;
} }
.bubble3:after { .bubble1:after {
content: ''; content: '';
position: absolute; position: absolute;
display: block; display: block;
@ -276,27 +324,28 @@ span.button_text{
z-index: 1; z-index: 1;
border-style: solid; border-style: solid;
border-color: #ffffff transparent; border-color: #ffffff transparent;
border-width: 0 20px 20px; border-width: 20px 20px 0;
top: -20px; bottom: -20px;
left: 73%; left: 66%;
margin-left: -20px; margin-left: -20px;
} }
.bubble3:before { .bubble1:before {
content: ''; content: '';
position: absolute; position: absolute;
width: 0; width: 0;
z-index: 0; z-index: 0;
border-style: solid; border-style: solid;
border-color: #000000 transparent; border-color: #000000 transparent;
border-width: 0 21px 21px; border-width: 21px 21px 0;
top: -21.5px; bottom: -21.5px;
left: 73%; left: 66%;
margin-left: -21px; margin-left: -21px;
display: block; display: block;
} }
.bubble4{
right: 8%; .bubble2 {
top:6%; right: 24%;
top:18%;
position: absolute; position: absolute;
background: #ffffff; background: #ffffff;
color: #000000; color: #000000;
@ -304,36 +353,36 @@ span.button_text{
font-size: 16px; font-size: 16px;
line-height: 17px; line-height: 17px;
text-align: center; text-align: center;
width: 190px; width: 180px;
height: 90px; height: 120px;
border-radius: 10px; border-radius: 10px;
padding: 18px; padding: 18px;
border: #000000 solid 1px; border: #000000 solid 1px;
} }
.bubble4:after { .bubble2:after {
content: ''; content: '';
position: absolute; position: absolute;
display: block; display: block;
width: 0; width: 0;
z-index: 1; z-index: 1;
border-style: solid; border-style: solid;
border-color: transparent #ffffff; border-color: #ffffff transparent;
border-width: 20px 20px 20px 0; border-width: 20px 20px 0;
top: 34%; bottom: -20px;
left: -20px; left: 66%;
margin-top: -20px; margin-left: -20px;
} }
.bubble4:before { .bubble2:before {
content: ''; content: '';
position: absolute; position: absolute;
width: 0; width: 0;
z-index: 0; z-index: 0;
border-style: solid; border-style: solid;
border-color: transparent #000000; border-color: #000000 transparent;
border-width: 21px 21px 21px 0; border-width: 21px 21px 0;
top: 34%; bottom: -21.5px;
left: -21.5px; left: 66%;
margin-top: -21px; margin-left: -21px;
display: block; display: block;
} }
@ -341,22 +390,22 @@ span.button_text{
/* hide scroll bar */ /* hide scroll bar */
/* width */ /* width */
::-webkit-scrollbar { ::-webkit-scrollbar {
color:white; color: transparent;
} }
/* Track */ /* Track */
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background: white; background: transparent;
} }
/* Handle */ /* Handle */
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: white; background: transparent;
} }
/* Handle on hover */ /* Handle on hover */
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {
background: white; background: transparent;
} }

@ -3,48 +3,95 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>chemtrails</title> <title>follow Pat</title>
<link rel="icon" href="imgs/pleiadian_s/planet7.gif"> <link rel="icon" href="imgs/major_house/house1.gif">
<link rel="stylesheet" href="major_house.css"> <link rel="stylesheet" href="major_house.css">
</head> </head>
<body > <body >
<div id="ground_color"></div> <div id="ground_color" class="to_invert"></div>
<div id="groundline" ></div> <div id="groundline" class="to_invert"></div>
<div class="duo">
<span id="player_img"></span>
<img id="pat" src="imgs/cat_shelter/parrot.gif" height="100px">
</div>
<div id="ground" >
<div id="ground"> <img id="fur1" src="imgs/major_house/ball.gif" height="60px">
<div class="duo"> <img id="fur2" src="imgs/major_house/ball.gif" height="60px">
<span id="player_img"></span> <img id="fur3" src="imgs/major_house/ball.gif" height="60px">
<img id="pat" src="imgs/cat_shelter/parrot.gif" height="100px"> <img id="fur4" src="imgs/major_house/ball.gif" height="60px">
</div> <img id="fur5" src="imgs/major_house/ball.gif" height="60px">
<img id="tree1" src="imgs/cat_shelter/tree.gif" height="160px">
<img id="tree2" src="imgs/cat_shelter/tree.gif"height="160px">
<img id="tree3" src="imgs/cat_shelter/tree.gif" height="160px">
<img id="tree4" src="imgs/cat_shelter/tree.gif" height="160px">
<img id="tree5"src="imgs/cat_shelter/tree.gif" height="160px">
<img id="tree1" src="imgs/park/tree4.gif" height="160px">
<img id="tree2" src="imgs/park/tree4.gif" height="160px">
<img id="tree3" src="imgs/park/tree4.gif" height="160px">
<img id="tree4" src="imgs/park/tree4.gif" height="160px">
<img id="tree5" src="imgs/park/tree4.gif" height="160px">
<img id="tree6" src="imgs/park/tree4.gif" height="130px">
<img id="tree7" src="imgs/park/tree4.gif" height="130px">
<div class="bubble1" style="display: none;">Hello <span id="player_name"></span>, your enlightened spirit guided you here.</div> <div class="house">
<div class="bubble2" style="display: none;">We can sense that you are looking for something beyond your habits and understanding. We are happy to meet you. </div> <img class="good" src="imgs/major_house/house1.gif" height="160px">
<div class="bubble3" style="display: none;">We are the beings of light. We don't belong to this planet.</div> <img class="bad" src="imgs/major_house/volcano.gif" height="140px"style="display: none;">
<div class="bubble4" style="display: none;">We can sense the other beings and planet's energetic state. A heinous crime is shaking this land's vibration.</div>
<div class="bubble5" style="display: none;">This darkness will soon spread to other planets. We came here as messengers, to help you elevate your soul and find the courage to fight evil.</div> </div>
<div class="figure1">
<img id="person1" class="good" src="imgs/major_house/person1.gif" height="110px">
<img id="rept1" class="bad" src="imgs/major_house/rept1.gif" height="120px" style="display: none;">
</div>
<div class="figure2">
<img id="person2" class="good" src="imgs/major_house/person2.gif" height="80px">
<img id="rept2" class="bad" src="imgs/major_house/rept2.gif" height="120px" style="display: none;">
</div>
<div class="figure3">
<img id="person3" class="good" src="imgs/major_house/person3.gif" height="110px">
<img id="rept3" class="bad" src="imgs/major_house/rept3.gif" height="120px" style="display: none;">
</div>
<div class="figure4">
<img id="person4" class="good" src="imgs/major_house/person4.gif" height="100px">
<img id="rept4" class="bad" src="imgs/major_house/rept4.gif" height="120px" style="display: none;">
</div>
<div class="figure5">
<img id="person5" class="good" src="imgs/major_house/person5.gif" height="120px">
<img id="rept5" class="bad" src="imgs/major_house/rept5.gif" height="120px" style="display: none;">
</div>
<div class="figure6">
<img id="person6" class="good" src="imgs/major_house/person6.gif" height="120px">
<img id="rept6" class="bad" src="imgs/major_house/rept6.gif" height="150px" style="display: none;">
</div>
<div class="figure7">
<img id="cat" class="good" src="imgs/major_house/cat.gif" height="60px">
<img id="barbecue" class="bad" src="imgs/major_house/barbecue4.gif" height="100px" style="display: none;">
</div>
<div class="bubble1 to_invert" style="display: none;">
The Major and his family are actually saurian settlers who came here to invade planet earth.
Use my magnifying glass to see them in their real appearance.
</div>
<div class="bubble2 to_invert" style="display: none;">
They are harvesting the cats to be ready for the arrival of other groups of invaders.
Follow me to the butchery, I can show you the proof of what I'm saying.
</div>
<div class="text_container" > <button class="glasses_bar" style="display: none;"> ✜ magnifying glass </button>
<div class="text_container to_invert " >
<div class="message1"> <div class="message1">
<span class="instructions"><span class="instructions_arrow"></span> </span> <span class="instructions"><span class="instructions_arrow"></span> Follow the hairballs </span>
</div> </div>
<div class="message2" style="display: none;"> <div class="message2" style="display: none;">
Pat was right, you reached the major's mansion.
</div> </div>
<div class="message3" style="display: none;"> <div class="message3" style="display: none;">
Pat was right from the beginning! I hope Amanda did not get hurt: she can be anywhere by now. <br>
It seems there is no option but to <button onclick="location.href='butchery.html';"><span class="button_text">go to the butchery</span></button> .
</div> </div>
</div> </div>
@ -54,8 +101,20 @@
// saves game step in the local storage // saves game step in the local storage
window.onload = function() { window.onload = function() {
window.localStorage.setItem("pleiadians","opened"); window.localStorage.setItem("major_house","opened");
console.log ("pleiadians:",localStorage.pleiadians); console.log ("major house:",localStorage.major_house);
/*
setTimeout( function() {
$('.bubble1').show();
setTimeout( function() {
$('.bubble2').show();
setTimeout( function() {
$('.message1').hide();
$('.message2').show();
}, 2000);
}, 2000);
}, 1000);
*/
} }
//get player avatar from local storage //get player avatar from local storage
@ -65,13 +124,11 @@
var player_img = document.querySelector("#player_img"); var player_img = document.querySelector("#player_img");
player_img.appendChild(img); player_img.appendChild(img);
//get player name from local storage
document.querySelector('#player_name').innerHTML = localStorage.playerName;
//adjust camera scroll //adjust camera scroll
var $div = $('.duo'); var $div = $('.duo');
var screenLeftMin = 50; var screenLeftMin = 50;
var screenLeftMax = 700; var screenLeftMax = 170;
function adjustScroll() { function adjustScroll() {
var playerLeft = parseInt($div.css("left")); var playerLeft = parseInt($div.css("left"));
@ -113,14 +170,19 @@ $(document).keydown(function(e) {
offset.left = 80; offset.left = 80;
} }
if (offset.left > $("#ground").width() - 700) { if (offset.left > $("#ground").width() - 1000) {
offset.left = $("#ground").width() - 1000;
$(document).scrollLeft(3500);
$(".message1").hide(); $(".message1").hide();
$(".message2").show(); $(".message2").show();
setTimeout( function() {
$('.bubble1').show();
setTimeout( function() {
$('.glasses_bar').show();
}, 3000);
}, 2000);
} }
if (offset.left > $("#ground").width() - 80) {
offset.left = $("#ground").width() - 80;
}
$div.css("left", offset.left); $div.css("left", offset.left);
$div.css("top", offset.top); $div.css("top", offset.top);
@ -128,6 +190,16 @@ $(document).keydown(function(e) {
adjustScroll(); adjustScroll();
}) })
$('.glasses_bar').click ( function(){
$('.to_invert').toggleClass("invert");
$('.glasses_bar').toggleClass("glasses_bar_black");
$('.good').toggle();
$('.bad').toggle();
$('.bubble1, .message2').hide();
$('.bubble2, .message3').show();
$("body").css("overflow", "hidden");
})
</script> </script>

Loading…
Cancel
Save