bus
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 516 KiB |
After Width: | Height: | Size: 227 KiB |
After Width: | Height: | Size: 102 KiB |
After Width: | Height: | Size: 138 KiB |
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 6.9 KiB |
@ -1,500 +0,0 @@
|
||||
|
||||
@font-face {
|
||||
font-family: sinistre;
|
||||
src: url(fonts/Sinistre-StCaroline.woff),
|
||||
url(fonts/Sinistre-StCaroline.otf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: jolybolditalic;
|
||||
src: url(fonts/JolyDisplay-BoldDisplayItalic.woff),
|
||||
url(fonts/JolyDisplay-BoldDisplayItalic.otf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: jolyregularitalic;
|
||||
src: url(fonts/JolyDisplay-RegularDisplayItalic.woff),
|
||||
url(fonts/JolyDisplay-RegularDisplayItalic.otf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: jolyregular;
|
||||
src: url(fonts/JolyDisplay-RegularDisplay.woff),
|
||||
url(fonts/JolyDisplay-RegularDisplay.otf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: jolybold;
|
||||
src: url(fonts/JolyDisplay-BoldDisplay.woff),
|
||||
url(fonts/JolyDisplay-BoldDisplay.otf);
|
||||
}
|
||||
|
||||
.invert{
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: jolyregular;
|
||||
font-size: 1.8vw;
|
||||
overflow-y: hidden;
|
||||
|
||||
}
|
||||
|
||||
.instructions{
|
||||
font-family:jolyregularitalic;
|
||||
|
||||
}
|
||||
span.instructions_arrow{
|
||||
padding-left:40px;
|
||||
font-size: 2.4vw;
|
||||
font-family:jolybolditalic;
|
||||
}
|
||||
|
||||
|
||||
|
||||
::-moz-selection { /* Code for Firefox */
|
||||
background: transparent;
|
||||
}
|
||||
::selection {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#ground_color {
|
||||
width: 5100px;
|
||||
height: 120%;
|
||||
position:fixed;
|
||||
margin:-100px;
|
||||
background-color: white;
|
||||
z-index:-10;
|
||||
}
|
||||
|
||||
#ground{
|
||||
position:absolute;
|
||||
height:100%;
|
||||
width:3500px;
|
||||
}
|
||||
|
||||
#groundline {
|
||||
position: fixed;
|
||||
bottom: 35%;
|
||||
height:0%;
|
||||
width: 100%;
|
||||
border-top: 1px solid;
|
||||
z-index:-10;
|
||||
}
|
||||
|
||||
|
||||
div.text_container {
|
||||
bottom: 40px;
|
||||
left:40px;
|
||||
right:40px;
|
||||
position:fixed;
|
||||
margin: auto;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
button{
|
||||
-webkit-appearance: none;
|
||||
background-color: white;
|
||||
border: 0.1em black solid;
|
||||
border-radius: 25em;
|
||||
color:black;
|
||||
cursor:pointer;
|
||||
font-family: jolybolditalic;
|
||||
}
|
||||
|
||||
button:hover{
|
||||
border: 0.1em transparent solid;
|
||||
-webkit-box-shadow: 0px 0px 8px 1px black;
|
||||
-moz-box-shadow: 0px 0px 8px 1px black;
|
||||
box-shadow: 0px 0px 8px 1px black;
|
||||
}
|
||||
|
||||
.flipped {
|
||||
transform: scale(-1, 1);
|
||||
-moz-transform: scale(-1, 1);
|
||||
-webkit-transform: scale(-1, 1);
|
||||
-o-transform: scale(-1, 1);
|
||||
-khtml-transform: scale(-1, 1);
|
||||
-ms-transform: scale(-1, 1);
|
||||
}
|
||||
|
||||
|
||||
span.button_text{
|
||||
font-size: 1.6vw;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#player_name{
|
||||
font-family: jolybolditalic;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#player_img {
|
||||
bottom: 21%;
|
||||
left: 15%;
|
||||
position:absolute ;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.figure1{
|
||||
top:10%;
|
||||
right: 23%;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
cursor: pointer;
|
||||
}
|
||||
#planet2{
|
||||
top:35%;
|
||||
right: 52%;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.figure2{
|
||||
top:30%;
|
||||
right: 20%;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
z-index:2;
|
||||
}
|
||||
.figure3{
|
||||
top:10%;
|
||||
right: 15%;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
}
|
||||
.figure4{
|
||||
top:20%;
|
||||
right: 5%;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
}
|
||||
#planet4{
|
||||
top:8%;
|
||||
left:20%;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
#planet6{
|
||||
top:35%;
|
||||
right: 9%;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
#planet8{
|
||||
top:20%;
|
||||
left: 4%;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
#planet9{
|
||||
top:42%;
|
||||
right: 26%;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
#trail1{
|
||||
top:7%;
|
||||
left: 1%;
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#trail2{
|
||||
top:20%;
|
||||
left: 15%;
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
cursor: pointer;
|
||||
}
|
||||
#trail3{
|
||||
top:5%;
|
||||
left: 35%;
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
cursor: pointer;
|
||||
}
|
||||
#trail4{
|
||||
top:20%;
|
||||
left: 48%;
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*images*/
|
||||
|
||||
#tree1 {
|
||||
bottom:30%;
|
||||
left: 8%;
|
||||
position: absolute;
|
||||
z-index:-1;
|
||||
}
|
||||
#tree2 {
|
||||
bottom:15%;
|
||||
left: 22%;
|
||||
position: absolute;
|
||||
z-index:5;
|
||||
}
|
||||
#tree3 {
|
||||
bottom:30%;
|
||||
left: 40%;
|
||||
position: absolute;
|
||||
z-index:-1;
|
||||
}
|
||||
#tree4 {
|
||||
bottom:15%;
|
||||
left: 60%;
|
||||
position: absolute;
|
||||
z-index:5;
|
||||
}
|
||||
#tree5 {
|
||||
bottom:15%;
|
||||
left: 80%;
|
||||
position: absolute;
|
||||
z-index:5;
|
||||
}
|
||||
|
||||
|
||||
/* amanda baloons*/
|
||||
|
||||
.bubble1 {
|
||||
right: 25%;
|
||||
top:34%;
|
||||
position: absolute;
|
||||
background: #ffffff;
|
||||
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 {
|
||||
content: '';
|
||||
position: absolute;
|
||||
display: block;
|
||||
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 {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 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{
|
||||
right: 11%;
|
||||
top:35%;
|
||||
position: absolute;
|
||||
background: #ffffff;
|
||||
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 {
|
||||
content: '';
|
||||
position: absolute;
|
||||
display: block;
|
||||
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 {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 0;
|
||||
z-index: 0;
|
||||
border-style: solid;
|
||||
border-color: transparent #000000;
|
||||
border-width: 21px 21px 21px 0;
|
||||
top: 34%;
|
||||
left: -21.5px;
|
||||
margin-top: -21px;
|
||||
display: block;
|
||||
}
|
||||
.bubble3 {
|
||||
right: 20%;
|
||||
top:53%;
|
||||
position: absolute;
|
||||
background: #ffffff;
|
||||
color: #000000;
|
||||
font-family: sinistre;
|
||||
font-size: 16px;
|
||||
line-height: 17px;
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
height: 55px;
|
||||
border-radius: 10px;
|
||||
padding: 18px;
|
||||
border: #000000 solid 1px;
|
||||
}
|
||||
.bubble3:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 0;
|
||||
z-index: 1;
|
||||
border-style: solid;
|
||||
border-color: #ffffff transparent;
|
||||
border-width: 0 20px 20px;
|
||||
top: -20px;
|
||||
left: 73%;
|
||||
margin-left: -20px;
|
||||
}
|
||||
.bubble3:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 0;
|
||||
z-index: 0;
|
||||
border-style: solid;
|
||||
border-color: #000000 transparent;
|
||||
border-width: 0 21px 21px;
|
||||
top: -21.5px;
|
||||
left: 73%;
|
||||
margin-left: -21px;
|
||||
display: block;
|
||||
}
|
||||
.bubble4{
|
||||
right: 8%;
|
||||
top:6%;
|
||||
position: absolute;
|
||||
background: #ffffff;
|
||||
color: #000000;
|
||||
font-family: sinistre;
|
||||
font-size: 16px;
|
||||
line-height: 17px;
|
||||
text-align: center;
|
||||
width: 190px;
|
||||
height: 90px;
|
||||
border-radius: 10px;
|
||||
padding: 18px;
|
||||
border: #000000 solid 1px;
|
||||
}
|
||||
.bubble4:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
display: block;
|
||||
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;
|
||||
}
|
||||
.bubble4:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 0;
|
||||
z-index: 0;
|
||||
border-style: solid;
|
||||
border-color: transparent #000000;
|
||||
border-width: 21px 21px 21px 0;
|
||||
top: 34%;
|
||||
left: -21.5px;
|
||||
margin-top: -21px;
|
||||
display: block;
|
||||
}
|
||||
.bubble5 {
|
||||
right:2%;
|
||||
top:38%;
|
||||
position: absolute;
|
||||
background: #ffffff;
|
||||
color: #000000;
|
||||
font-family: sinistre;
|
||||
font-size: 16px;
|
||||
line-height: 17px;
|
||||
text-align: center;
|
||||
width: 210px;
|
||||
height: 86px;
|
||||
border-radius: 10px;
|
||||
padding: 18px;
|
||||
border: #000000 solid 1px;
|
||||
}
|
||||
.bubble5:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 0;
|
||||
z-index: 1;
|
||||
border-style: solid;
|
||||
border-color: #ffffff transparent;
|
||||
border-width: 0 20px 20px;
|
||||
top: -20px;
|
||||
left: 24%;
|
||||
margin-left: -20px;
|
||||
}
|
||||
.bubble5:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 0;
|
||||
z-index: 0;
|
||||
border-style: solid;
|
||||
border-color: #000000 transparent;
|
||||
border-width: 0 21px 21px;
|
||||
top: -21.5px;
|
||||
left: 24%;
|
||||
margin-left: -21px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
/* hide scroll bar */
|
||||
/* width */
|
||||
::-webkit-scrollbar {
|
||||
color:black;
|
||||
}
|
||||
|
||||
/* Track */
|
||||
::-webkit-scrollbar-track {
|
||||
background: black;
|
||||
}
|
||||
|
||||
/* Handle */
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: black;
|
||||
}
|
||||
|
||||
/* Handle on hover */
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: black;
|
||||
}
|
||||
|
||||
|
@ -0,0 +1,284 @@
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: sinistre;
|
||||
src: url(fonts/Sinistre-StCaroline.woff),
|
||||
url(fonts/Sinistre-StCaroline.otf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: jolybolditalic;
|
||||
src: url(fonts/JolyDisplay-BoldDisplayItalic.woff),
|
||||
url(fonts/JolyDisplay-BoldDisplayItalic.otf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: jolyregularitalic;
|
||||
src: url(fonts/JolyDisplay-RegularDisplayItalic.woff),
|
||||
url(fonts/JolyDisplay-RegularDisplayItalic.otf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: jolyregular;
|
||||
src: url(fonts/JolyDisplay-RegularDisplay.woff),
|
||||
url(fonts/JolyDisplay-RegularDisplay.otf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: jolybold;
|
||||
src: url(fonts/JolyDisplay-BoldDisplay.woff),
|
||||
url(fonts/JolyDisplay-BoldDisplay.otf);
|
||||
}
|
||||
|
||||
::-moz-selection { /* Code for Firefox */
|
||||
background: transparent;
|
||||
}
|
||||
::selection {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font-family: jolyregular;
|
||||
font-size: 1.8vw;
|
||||
}
|
||||
|
||||
#ground {
|
||||
width: 120%;
|
||||
height: 120%;
|
||||
position:fixed;
|
||||
margin:-100px;
|
||||
background-color: white;
|
||||
z-index:-10;
|
||||
}
|
||||
.ground_line{
|
||||
position: fixed;
|
||||
top: 130px;
|
||||
bottom: 0px;
|
||||
height: inherit;
|
||||
width: 100%;
|
||||
border-top: 0.1vw solid;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position:fixed;
|
||||
|
||||
}
|
||||
|
||||
.instructions{
|
||||
font-family:jolyregularitalic;
|
||||
|
||||
}
|
||||
span.instructions_arrow{
|
||||
padding-left:40px;
|
||||
font-size: 2.4vw;
|
||||
font-family:jolybolditalic;
|
||||
}
|
||||
|
||||
div.text_container {
|
||||
bottom: 40px;
|
||||
left:40px;
|
||||
right:40px;
|
||||
position:fixed;
|
||||
margin: auto;
|
||||
line-height: 1.4em;
|
||||
/*animation-name:text_bottom ;
|
||||
animation-duration:1s;*/
|
||||
}
|
||||
.game_bar {
|
||||
top:40px;
|
||||
right:80px;
|
||||
position:fixed;
|
||||
border-radius: 25vw;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-bottom: 4px;
|
||||
font-family: sinistre;
|
||||
background-color: white;
|
||||
border: 0.11vw black solid;
|
||||
border-radius: 25vw;
|
||||
color:black;
|
||||
cursor:pointer;
|
||||
font-size: 1.4vw;
|
||||
|
||||
}
|
||||
.flipped {
|
||||
transform: scale(-1, 1);
|
||||
-moz-transform: scale(-1, 1);
|
||||
-webkit-transform: scale(-1, 1);
|
||||
-o-transform: scale(-1, 1);
|
||||
-khtml-transform: scale(-1, 1);
|
||||
-ms-transform: scale(-1, 1);
|
||||
|
||||
}
|
||||
|
||||
|
||||
button{
|
||||
-webkit-appearance: none;
|
||||
background-color: white;
|
||||
border: 0.11vw black solid;
|
||||
border-radius: 25vw;
|
||||
color:black;
|
||||
cursor:pointer;
|
||||
font-family: jolybolditalic;
|
||||
}
|
||||
|
||||
button:hover{
|
||||
border: 0.11vw transparent solid;
|
||||
-webkit-box-shadow: 0px 0px 8px 2px black;
|
||||
-moz-box-shadow: 0px 0px 8px 2px black;
|
||||
box-shadow: 0px 0px 8px 2px black;
|
||||
|
||||
}
|
||||
|
||||
span.button_text{
|
||||
font-size: 1.6vw;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#player_img {
|
||||
top: 50%;
|
||||
left: 8%;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
.invert_style{
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
/*figures*/
|
||||
|
||||
div.figure1 {
|
||||
top: 25%;
|
||||
left: 40%;
|
||||
position:absolute ;
|
||||
}
|
||||
|
||||
div.figure2 {
|
||||
top: 23%;
|
||||
left: 65%;
|
||||
position:absolute ;
|
||||
}
|
||||
|
||||
div.figure3 {
|
||||
top: 25%;
|
||||
left:80%;
|
||||
position:absolute ;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
div.figure4 {
|
||||
top: 58%;
|
||||
left: 54%;
|
||||
position:absolute ;
|
||||
cursor:pointer;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
div.figure5 {
|
||||
top: 20%;
|
||||
left: 10%;
|
||||
position:absolute ;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
div.figure6 {
|
||||
top: 50%;
|
||||
left: 32%;
|
||||
position:absolute ;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
div.figure7 {
|
||||
top: 40%;
|
||||
left: 22%;
|
||||
position:absolute ;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
div.figure8 {
|
||||
top: 50%;
|
||||
left: 75%;
|
||||
position:absolute ;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
div.figure9 {
|
||||
top: 40%;
|
||||
left: 50%;
|
||||
position:absolute ;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
/*thunders*/
|
||||
|
||||
#thunder1{
|
||||
top: -20px;;
|
||||
left:-20px;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
#thunder2{
|
||||
top:0%;
|
||||
right:0%;
|
||||
position: fixed;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*baloon*/
|
||||
|
||||
.bubble {
|
||||
top:40%;
|
||||
left:13%;
|
||||
position: absolute;
|
||||
background: #ffffff;
|
||||
color: #000000;
|
||||
font-family: sinistre;
|
||||
font-size: 25px;
|
||||
text-align: center;
|
||||
width: 130px;
|
||||
height: 30px;
|
||||
border-radius: 10px;
|
||||
padding: 18px;
|
||||
border: #000000 solid 1px;
|
||||
z-index: 50;
|
||||
}
|
||||
.bubble:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 0;
|
||||
z-index: 1;
|
||||
border-style: solid;
|
||||
border-width: 20px 15px 0 0;
|
||||
border-color: #ffffff transparent transparent transparent;
|
||||
bottom: -20px;
|
||||
left: 42%;
|
||||
margin-left: -7.5px;
|
||||
}
|
||||
.bubble:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 0;
|
||||
z-index: 0;
|
||||
border-style: solid;
|
||||
border-width: 21px 16px 0 0;
|
||||
border-color: #000000 transparent transparent transparent;
|
||||
bottom: -22px;
|
||||
left: 42%;
|
||||
margin-left: -8.5px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,299 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<title>square</title>
|
||||
<link rel="icon" href="imgs/square_s/house9.gif">
|
||||
<link rel="stylesheet" href="square_saurians.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="ground" class="invert"></div>
|
||||
<div class="ground_line invert"></div>
|
||||
|
||||
|
||||
|
||||
<!--houses-->
|
||||
<!--game bar-->
|
||||
<div class="game_bar invert" >
|
||||
villagers: <span class="fighters"></span> / 9
|
||||
</div>
|
||||
<img id="thunder1" src="imgs/square_s/thunder.gif" height="150px" style="display: none;">
|
||||
<img id="thunder2" src="imgs/square_s/thunder2.gif" height="200px" style="display: none;">
|
||||
|
||||
<!--characters-->
|
||||
|
||||
<div id="player_img" class="moving_duo"></div>
|
||||
<div class="bubble moving_duo" style="display: none;">
|
||||
<img src="imgs/square_saurians/rept.png" height="30px"> !
|
||||
<img src="imgs/square_saurians/meat.png" height="30px"> =
|
||||
<img src="imgs/square_saurians/cat.png" height="30px">
|
||||
</div>
|
||||
|
||||
|
||||
<div class="figure1 figures">
|
||||
<img id="person1" class="people" src="imgs/square_saurians/person1.gif" height="110px">
|
||||
<img id="fighter1" class="fighters" src="imgs/square_s/fighter1.gif" height="120px" style="display: none;">
|
||||
</div>
|
||||
<div class="figure2 figures">
|
||||
<img id="person2" class="people" src="imgs/square_saurians/person2.gif" height="100px">
|
||||
<img id="fighter2" class="fighters" src="imgs/square_s/fighter2.gif" height="120px" style="display: none;">
|
||||
</div>
|
||||
<div class="figure3 figures">
|
||||
<img id="person3" class="people" src="imgs/square_saurians/person3.gif" height="110px">
|
||||
<img id="fighter3" class="fighters" src="imgs/square_s/fighter3.gif" height="120px" style="display: none;">
|
||||
</div>
|
||||
<div class="figure4 figures to_flip">
|
||||
<img id="person4" class="people" src="imgs/square_saurians/person4.gif" height="110px">
|
||||
<img id="fighter4" class="fighters" src="imgs/square_s/fighter4.gif" height="120px" style="display: none;">
|
||||
</div>
|
||||
<div class="figure5 figures to_flip">
|
||||
<img id="person5" class="people" src="imgs/square_saurians/person5.gif" height="110px">
|
||||
<img id="fighter5" class="fighters" src="imgs/square_s/fighter5.gif" height="110px" style="display: none;">
|
||||
</div>
|
||||
<div class="figure6 figures">
|
||||
<img id="person6" class="people" src="imgs/square_saurians/person6.gif" height="110px">
|
||||
<img id="fighter6" class="fighters" src="imgs/square_s/fighter6.gif" height="160px" style="display: none;">
|
||||
</div>
|
||||
<div class="figure7 figures to_flip">
|
||||
<img id="person7" class="people" src="imgs/square_saurians/person7.gif" height="110px">
|
||||
<img id="fighter7" class="fighters" src="imgs/square_s/fighter7.gif" height="120px" style="display: none;">
|
||||
</div>
|
||||
<div class="figure8 figures">
|
||||
<img id="person8" class="people" src="imgs/square_saurians/person8.gif" height="110px">
|
||||
<img id="fighter8" class="fighters" src="imgs/square_s/fighter8.gif" height="120px" style="display: none;">
|
||||
</div>
|
||||
<div class="figure9 figures">
|
||||
<img id="person9" class="people" src="imgs/square_saurians/person9.gif" height="110px">
|
||||
<img id="fighter9" class="fighters" src="imgs/square_s/fighter9.gif" height="130px" style="display: none;">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!--baloons-->
|
||||
|
||||
|
||||
|
||||
|
||||
<!--bottom text-->
|
||||
<div class="text_container invert">
|
||||
<div class="message1">
|
||||
You are in the village square. Luckily there is an animal rights protest going on. <br>
|
||||
<span class="instructions"><span class="instructions_arrow">→</span> Click on the activists to tell them about the kitten slaughter and the saurian invasion!</span>
|
||||
</div>
|
||||
<div class="message2" style="display: none;" >
|
||||
It looks like you managed to reclute quite an impressive army: <button onclick="location.href='bus_station.html';"><span class="button_text"> guide them to the bus station</span></button> to find the entrance of the saurian headquarter. You need to rescue the kittens!
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="jquery.min.js"></script>
|
||||
<script>
|
||||
|
||||
// saves game step in the local storage
|
||||
window.onload = function() {
|
||||
window.localStorage.setItem("square_satanism","opened");
|
||||
console.log ("square satanism:",localStorage.square_satanism);
|
||||
$(".fighters").html("0");
|
||||
}
|
||||
|
||||
//get player avatar from local storage
|
||||
console.log (localStorage.myavatar)
|
||||
var img = document.createElement("img");
|
||||
img.src = localStorage.myavatar;
|
||||
var player_img = document.querySelector("#player_img");
|
||||
player_img.appendChild(img);
|
||||
|
||||
//change characters + invert
|
||||
/* $().click (function(){
|
||||
|
||||
});*/
|
||||
|
||||
//warriors
|
||||
|
||||
var villagers = 0;
|
||||
|
||||
var duo = $(".moving_duo");
|
||||
var avatar = $("#player_img");
|
||||
var baloon = $(".bubble");
|
||||
|
||||
$("#person1").click (function(){
|
||||
check_flipping();
|
||||
villagers ++;
|
||||
$(".fighters").html(villagers);
|
||||
avatar.css({ top: "16%", left: "35%" });
|
||||
baloon.css({ top: "7%", left: "37%" })
|
||||
baloon.show();
|
||||
setTimeout ( function (){
|
||||
$("#person1").hide();
|
||||
$("#fighter1").show();
|
||||
baloon.hide();
|
||||
}, 600);
|
||||
end_recluting();
|
||||
});
|
||||
|
||||
$("#person2").click (function(){
|
||||
check_flipping();
|
||||
villagers ++;
|
||||
$(".fighters").html(villagers);
|
||||
avatar.css({ top: "13%", left: "59%" });
|
||||
baloon.css({ top: "4%", left: "61%" })
|
||||
baloon.show();
|
||||
setTimeout ( function (){
|
||||
$("#person2").hide();
|
||||
$("#fighter2").show();
|
||||
baloon.hide();
|
||||
}, 600);
|
||||
end_recluting();
|
||||
});
|
||||
|
||||
$("#person3").click (function(){
|
||||
check_flipping();
|
||||
villagers ++;
|
||||
$(".fighters").html(villagers);
|
||||
avatar.css({ top: "22%", left: "77%"});
|
||||
baloon.css({ top: "13%", left: "80%" })
|
||||
baloon.show();
|
||||
setTimeout ( function (){
|
||||
$("#person3").hide();
|
||||
$("#fighter3").show();
|
||||
baloon.hide();
|
||||
}, 600);
|
||||
end_recluting();
|
||||
});
|
||||
|
||||
$("#person4").click (function(){
|
||||
if (avatar.hasClass("flipped") == false) {
|
||||
avatar.addClass("flipped");
|
||||
}
|
||||
villagers ++;
|
||||
$(".fighters").html(villagers);
|
||||
avatar.css({ top: "50%", left: "62%"});
|
||||
baloon.css({ top: "41%", left: "64%" })
|
||||
baloon.show();
|
||||
setTimeout ( function (){
|
||||
$("#person4").hide();
|
||||
$("#fighter4").show();
|
||||
baloon.hide();
|
||||
}, 600);
|
||||
end_recluting();
|
||||
});
|
||||
|
||||
$("#person5").click (function(){
|
||||
if (avatar.hasClass("flipped") == false) {
|
||||
avatar.addClass("flipped");
|
||||
}
|
||||
villagers ++;
|
||||
$(".fighters").html(villagers);
|
||||
duo.css ("zIndex", 0);
|
||||
avatar.addClass("flipped");
|
||||
avatar.css({ top: "14%", left: "17%" });
|
||||
baloon.css({ top: "5%", left: "21%" });
|
||||
baloon.show();
|
||||
setTimeout ( function (){
|
||||
$("#person5").hide();
|
||||
$("#fighter5").show();
|
||||
baloon.hide();
|
||||
}, 600);
|
||||
end_recluting();
|
||||
});
|
||||
|
||||
$("#person6").click (function(){
|
||||
check_flipping();
|
||||
villagers ++;
|
||||
$(".fighters").html(villagers);
|
||||
duo.css ("zIndex", 1);
|
||||
avatar.css({ top: "53%", left: "29%" });
|
||||
baloon.css({ top: "43%", left: "31%" });
|
||||
baloon.show();
|
||||
setTimeout ( function (){
|
||||
$("#person6").hide();
|
||||
$("#fighter6").show();
|
||||
baloon.hide();
|
||||
}, 600);
|
||||
end_recluting();
|
||||
});
|
||||
|
||||
$("#person7").click (function(){
|
||||
if (avatar.hasClass("flipped") == false) {
|
||||
avatar.addClass("flipped");
|
||||
}
|
||||
villagers ++;
|
||||
$(".fighters").html(villagers);
|
||||
avatar.addClass("flipped");
|
||||
avatar.css ("zIndex", -1);
|
||||
avatar.css({ top: "33%", left: "26%" });
|
||||
baloon.css({ top: "24%", left: "28%" });
|
||||
baloon.show();
|
||||
setTimeout ( function (){
|
||||
$("#person7").hide();
|
||||
$("#fighter7").show();
|
||||
baloon.hide();
|
||||
}, 600);
|
||||
end_recluting();
|
||||
});
|
||||
|
||||
$("#person8").click (function(){
|
||||
check_flipping();
|
||||
villagers ++;
|
||||
$(".fighters").html(villagers);
|
||||
duo.css ("zIndex", 1);
|
||||
avatar.css({ top: "43%", left: "72%" });
|
||||
baloon.css({ top: "35%", left: "75%" });
|
||||
baloon.show();
|
||||
setTimeout ( function (){
|
||||
$("#person8").hide();
|
||||
$("#fighter8").show();
|
||||
baloon.hide();
|
||||
}, 600);
|
||||
end_recluting();
|
||||
});
|
||||
|
||||
$("#person9").click (function(){
|
||||
check_flipping();
|
||||
villagers ++;
|
||||
$(".fighters").html(villagers);
|
||||
avatar.css({ top: "29%", left: "48%" });
|
||||
baloon.css({ top: "19%", left: "51%" });
|
||||
baloon.show();
|
||||
setTimeout ( function (){
|
||||
$("#person9").hide();
|
||||
$("#fighter9").show();
|
||||
baloon.hide();
|
||||
}, 600);
|
||||
end_recluting();
|
||||
});
|
||||
|
||||
|
||||
function end_recluting() {
|
||||
if (villagers == 9) {
|
||||
|
||||
setTimeout ( function (){
|
||||
$(".message1").hide();
|
||||
$(".message2").show();
|
||||
$(".invert").addClass("invert_style");
|
||||
$("#thunder1, #thunder2 ").show();
|
||||
check_flipping();
|
||||
avatar.css({ top: "55%", left: "8%" })
|
||||
}, 1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function check_flipping() {
|
||||
if (avatar.hasClass("flipped") == true) {
|
||||
avatar.removeClass("flipped");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<script type="text/javascript" src="index.js" ></script>
|
||||
|
||||
|
||||
</body>
|