diff --git a/tree/bus_station.css b/tree/bus_station.css index b5cfff2..0760d57 100644 --- a/tree/bus_station.css +++ b/tree/bus_station.css @@ -266,7 +266,7 @@ div#player_img { cursor: pointer; } #meat3{ - bottom:33%; + bottom:34%; right: 14%; position: absolute; z-index: 3; diff --git a/tree/butchery.css b/tree/butchery.css index eae6f7a..61fb6bb 100644 --- a/tree/butchery.css +++ b/tree/butchery.css @@ -68,7 +68,7 @@ body { } div.text_container { - bottom: 40px; + bottom: 35px; left:40px; right:40px; position:fixed; @@ -93,12 +93,14 @@ div.text_container { cursor:pointer; font-size: 1.4vw; } + .game_bar_glow{ border: 0.11vw transparent solid; background-color: transparent; - -webkit-box-shadow: 0px 0px 8px 1px black ; - -moz-box-shadow: 0px 0px 8px 1px black ; - box-shadow: 0px 0px 8px 1px black ; + 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 ; } .win{ animation-name: cats; @@ -336,12 +338,13 @@ span.button_text{ font-size: 16px; line-height: 17px; text-align: center; - width: 200px; + width: 220px; height: 105px; border-radius: 10px; padding: 18px; border: #000000 solid 1px; z-index:50; + cursor: pointer; } .bubble2:after { content: ''; @@ -384,6 +387,8 @@ span.button_text{ border-radius: 10px; padding: 18px; border: #000000 solid 1px; + cursor: pointer; + z-index:50; } .bubble3:after { content: ''; diff --git a/tree/butchery.html b/tree/butchery.html index d58bcec..786d625 100644 --- a/tree/butchery.html +++ b/tree/butchery.html @@ -56,9 +56,9 @@
I believe the butcher is also one of the saurians settlers: I suspect that some of the meat stored here is actually cat's meat. - Help me to check out these steaks!
- - + Help me to check out these steaks! ■ + + @@ -85,7 +85,7 @@ - @@ -156,37 +156,49 @@ setTimeout(function(){ $(".bubble1").show(); setTimeout(function(){ - $(".bubble2").show(); - setTimeout(function(){ $(".message1").hide(); $(".message2").show(); }, 1000); - }, 1500); }, 1000); }, 1000); } } + $(".bubble1").click(function(){ + $(".bubble1").hide(); + $(".bubble2").show(); + }); + $(".bubble2").click(function(){ - $(".message2, .bubble1, .bubble2").hide(); + $(".bubble2").hide(); $(".bubble3").show(); - setTimeout(function(){ - $(".bubble4").show(); - }, 1000); + }); + + $(".bubble3").click(function(){ + $(".bubble3").hide(); + $(".bubble4").show(); }); $(".bubble4").click(function(){ - $(".bubble3, .bubble4").hide(); + $(".bubble4").hide(); $(".bubble5").show(); - setTimeout(function(){ - $(".bubble6").show(); - setTimeout(function(){ - $(".message3").show(); - }, 1000); - }, 1000); + }); + $(".bubble5").click(function(){ + $(".bubble5").hide(); + $(".bubble6").show(); }); - + $(".bubble5").click(function(){ + $(".bubble5, .message2").hide(); + $(".bubble6").show(); + $(".message3").show(); + }); + + $(".bubble6").click(function(){ + $(".bubble6").hide(); + }); + + diff --git a/tree/major_house.css b/tree/major_house.css index c25c1d0..23f0935 100644 --- a/tree/major_house.css +++ b/tree/major_house.css @@ -80,7 +80,7 @@ span.instructions_arrow{ } div.text_container { - bottom: 40px; + bottom: 25px; left:40px; right:40px; position:fixed; @@ -166,6 +166,7 @@ span.button_text{ .glasses_bar:hover{ border: 0.11vw transparent solid; + background-color: transparent; color:#c94dff; -webkit-box-shadow: 0px 0px 8px 1px #c94dff ; -moz-box-shadow: 0px 0px 8px 1px #c94dff ; @@ -318,6 +319,7 @@ span.button_text{ border-radius: 10px; padding: 18px; border: #000000 solid 1px; + cursor: pointer; } .bubble1:after { content: ''; @@ -361,6 +363,7 @@ span.button_text{ border-radius: 10px; padding: 18px; border: #000000 solid 1px; + cursor: pointer; } .bubble2:after { content: ''; diff --git a/tree/major_house.html b/tree/major_house.html index 77c74f0..c12a924 100644 --- a/tree/major_house.html +++ b/tree/major_house.html @@ -73,11 +73,11 @@ @@ -103,18 +103,6 @@ window.onload = function() { window.localStorage.setItem("major_house","opened"); 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 @@ -202,6 +190,14 @@ $(document).keydown(function(e) { }) + $('.bubble1').click(function(){ + $('.bubble1').hide(); + }); + + $('.bubble2').click(function(){ + $('.bubble2').hide(); + }); + diff --git a/tree/pleiadians_satanism.css b/tree/pleiadians_satanism.css index 481d712..042a3e7 100644 --- a/tree/pleiadians_satanism.css +++ b/tree/pleiadians_satanism.css @@ -69,7 +69,8 @@ #ground{ position:absolute; height:100%; - width:3500px; + width:560vh; + /* width:3500px; */ } #groundline { @@ -83,7 +84,7 @@ div.text_container { - bottom: 40px; + bottom: 20px; left:40px; right:40px; position:fixed; diff --git a/tree/pleiadians_satanism.html b/tree/pleiadians_satanism.html index 6b3c5d9..3bb51d5 100644 --- a/tree/pleiadians_satanism.html +++ b/tree/pleiadians_satanism.html @@ -73,11 +73,11 @@ - - - - - + + + + +
@@ -230,6 +230,23 @@ function check_pleiadians() { }, 100); }; }; + +$(".bubble1").click( function(){ + $(".bubble1").hide(); +}); +$(".bubble2").click( function(){ + $(".bubble2").hide(); +}); +$(".bubble3").click( function(){ + $(".bubble3").hide(); +}); +$(".bubble4").click( function(){ + $(".bubble4").hide(); +}); +$(".bubble5").click( function(){ + $(".bubble5").hide(); +}); + diff --git a/tree/pleiadians_saurians.html b/tree/pleiadians_saurians.html index 1a0f7a8..7aa34c1 100644 --- a/tree/pleiadians_saurians.html +++ b/tree/pleiadians_saurians.html @@ -73,11 +73,11 @@ - - - - - + + + + +
@@ -230,6 +230,21 @@ function check_pleiadians() { }, 100); }; }; +$(".bubble1").click( function(){ + $(".bubble1").hide(); +}); +$(".bubble2").click( function(){ + $(".bubble2").hide(); +}); +$(".bubble3").click( function(){ + $(".bubble3").hide(); +}); +$(".bubble4").click( function(){ + $(".bubble4").hide(); +}); +$(".bubble5").click( function(){ + $(".bubble5").hide(); +}); diff --git a/tree/square_satanism.css b/tree/square_satanism.css index 771497b..f207bf7 100644 --- a/tree/square_satanism.css +++ b/tree/square_satanism.css @@ -78,7 +78,7 @@ svg { } div.text_container { - bottom: 40px; + bottom: 35px; left:40px; right:40px; position:fixed; @@ -94,7 +94,7 @@ div.text_container { border-radius: 25vw; padding-left: 10px; padding-right: 10px; - padding-bottom: 4px; + padding-bottom: 2px; font-family: sinistre; background-color: white; border: 0.11vw black solid; @@ -102,8 +102,17 @@ div.text_container { color:black; cursor:pointer; font-size: 1.4vw; +} +.game_bar_glow{ + border: 0.11vw transparent solid; + background-color: transparent; + 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 ; } + .flipped { transform: scale(-1, 1); -moz-transform: scale(-1, 1); @@ -111,7 +120,6 @@ div.text_container { -o-transform: scale(-1, 1); -khtml-transform: scale(-1, 1); -ms-transform: scale(-1, 1); - } @@ -123,6 +131,7 @@ button{ color:black; cursor:pointer; font-family: jolybolditalic; + padding-bottom: 4px; } button:hover{ diff --git a/tree/square_satanism.html b/tree/square_satanism.html index 2bb79c9..ea03e17 100644 --- a/tree/square_satanism.html +++ b/tree/square_satanism.html @@ -17,7 +17,7 @@ -
+
villagers: / 9
@@ -266,8 +266,8 @@ function end_recluting() { if (villagers == 9) { - setTimeout ( function (){ + $(".game_bar").addClass("game_bar_glow"); $(".message1").hide(); $(".message2").show(); $(".invert").addClass("invert_style"); diff --git a/tree/square_saurians.css b/tree/square_saurians.css index be147a4..22ca2bb 100644 --- a/tree/square_saurians.css +++ b/tree/square_saurians.css @@ -78,7 +78,7 @@ svg { } div.text_container { - bottom: 40px; + bottom: 35px; left:40px; right:40px; position:fixed; @@ -94,7 +94,7 @@ div.text_container { border-radius: 25vw; padding-left: 10px; padding-right: 10px; - padding-bottom: 4px; + padding-bottom: 2px; font-family: sinistre; background-color: white; border: 0.11vw black solid; @@ -102,8 +102,17 @@ div.text_container { color:black; cursor:pointer; font-size: 1.4vw; +} +.game_bar_glow{ + border: 0.11vw transparent solid; + background-color: transparent; + 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 ; } + .flipped { transform: scale(-1, 1); -moz-transform: scale(-1, 1); @@ -123,6 +132,7 @@ button{ color:black; cursor:pointer; font-family: jolybolditalic; + padding-bottom: 4px; } button:hover{ diff --git a/tree/square_saurians.html b/tree/square_saurians.html index cfe33f0..d87eef4 100644 --- a/tree/square_saurians.html +++ b/tree/square_saurians.html @@ -16,7 +16,7 @@ -
+
villagers: / 9
@@ -125,7 +125,7 @@ villagers ++; $(".fighters").html(villagers); avatar.css({ top: "16%", left: "35%" }); - baloon.css({ top: "7%", left: "37%" }) + baloon.css({ top: "5%", left: "34%" }) baloon.show(); setTimeout ( function (){ $("#person1").hide(); @@ -140,7 +140,7 @@ villagers ++; $(".fighters").html(villagers); avatar.css({ top: "13%", left: "59%" }); - baloon.css({ top: "4%", left: "61%" }) + baloon.css({ top: "2%", left: "61%" }) baloon.show(); setTimeout ( function (){ $("#person2").hide(); @@ -151,11 +151,14 @@ }); $("#person3").click (function(){ - check_flipping(); + if (avatar.hasClass("flipped") == false) { + avatar.addClass("flipped"); + } + duo.css ("zIndex", 5); villagers ++; $(".fighters").html(villagers); - avatar.css({ top: "22%", left: "77%"}); - baloon.css({ top: "13%", left: "80%" }) + avatar.css({ top: "32%", left: "85%"}); + baloon.css({ top: "22%", left: "78%" }) baloon.show(); setTimeout ( function (){ $("#person3").hide(); @@ -172,7 +175,7 @@ villagers ++; $(".fighters").html(villagers); avatar.css({ top: "50%", left: "62%"}); - baloon.css({ top: "41%", left: "64%" }) + baloon.css({ top: "38%", left: "62%" }) baloon.show(); setTimeout ( function (){ $("#person4").hide(); @@ -191,7 +194,7 @@ duo.css ("zIndex", 0); avatar.addClass("flipped"); avatar.css({ top: "14%", left: "17%" }); - baloon.css({ top: "5%", left: "21%" }); + baloon.css({ top: "2%", left: "17%" }); baloon.show(); setTimeout ( function (){ $("#person5").hide(); @@ -207,7 +210,7 @@ $(".fighters").html(villagers); duo.css ("zIndex", 1); avatar.css({ top: "53%", left: "29%" }); - baloon.css({ top: "43%", left: "31%" }); + baloon.css({ top: "40%", left: "29%" }); baloon.show(); setTimeout ( function (){ $("#person6").hide(); @@ -218,15 +221,12 @@ }); $("#person7").click (function(){ - if (avatar.hasClass("flipped") == false) { - avatar.addClass("flipped"); - } + check_flipping(); villagers ++; $(".fighters").html(villagers); - avatar.addClass("flipped"); avatar.css ("zIndex", -1); - avatar.css({ top: "33%", left: "26%" }); - baloon.css({ top: "24%", left: "28%" }); + avatar.css({ top: "50%", left: "20%" }); + baloon.css({ top: "38%", left: "20%" }); baloon.show(); setTimeout ( function (){ $("#person7").hide(); @@ -242,7 +242,7 @@ $(".fighters").html(villagers); duo.css ("zIndex", 1); avatar.css({ top: "43%", left: "72%" }); - baloon.css({ top: "35%", left: "75%" }); + baloon.css({ top: "32%", left: "72%" }); baloon.show(); setTimeout ( function (){ $("#person8").hide(); @@ -256,8 +256,8 @@ check_flipping(); villagers ++; $(".fighters").html(villagers); - avatar.css({ top: "29%", left: "48%" }); - baloon.css({ top: "19%", left: "51%" }); + avatar.css({top: "29%", left: "48%"}); + baloon.css({top: "17%", left: "48%"}); baloon.show(); setTimeout ( function (){ $("#person9").hide(); @@ -270,10 +270,10 @@ function end_recluting() { if (villagers == 9) { - setTimeout ( function (){ + $(".game_bar").addClass("game_bar_glow"); $(".message1").hide(); - $(".message2").show(); + $(".message2").show(); $(".invert").addClass("invert_style"); $("#thunder1, #thunder2 ").show(); check_flipping();