master
*anna* 4 years ago
parent 52dd07c075
commit 6bd5e08b7b

BIN
tree/imgs/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

@ -71,14 +71,21 @@ div.text_container {
top:40px; top:40px;
right:80px; right:80px;
position:fixed; position:fixed;
background-color: #ccb3ff;
border-radius: 25vw; border-radius: 25vw;
padding: 3px;
padding-left: 10px;
padding-right: 10px;
font-family: sinistre; font-family: sinistre;
-webkit-box-shadow: 0px 0px 8px 8px #ccb3ff; /*-webkit-box-shadow: 0px 0px 8px 8px #ccb3ff;
-moz-box-shadow: 0px 0px 8px 8px #ccb3ff; -moz-box-shadow: 0px 0px 8px 8px #ccb3ff;
box-shadow: 0px 0px 8px 8px #ccb3ff; box-shadow: 0px 0px 8px 8px #ccb3ff;
font-size: 1.6vw; font-size: 1.6vw;*/
background-color: white;
border: 0.11vw black solid;
border-radius: 25vw;
color:black;
cursor:pointer;
font-size: 1.4vw;
} }
@ -119,43 +126,38 @@ span.button_text{
z-index: 0; z-index: 0;
} }
#gallina1{
#barn { bottom: 20%;
bottom: 16%; right: 7%;
right: 4%;
position:absolute ; position:absolute ;
z-index: 10; z-index: 5;
} }
#tree2 { #gallina2{
bottom: 20%; bottom: 63%;
right: 7%; right: 20%;
position:absolute ; position:absolute ;
z-index: 5; z-index: 5;
} }
#tree1 { #tree1 {
bottom: 47%; bottom: 47%;
left: 8%; left: 8%;
position:absolute ; position:absolute ;
} }
#cow {
bottom: 25%;
right: 12%;
position:absolute ;
}
#farmer_figure { #farmer_figure {
bottom: 30%; bottom: 29%;
right: 8%; right: 15%;
position:absolute ; position:absolute ;
} }
#farmer_baloon { #farmer_baloon {
bottom: 50%; bottom: 52%;
right: 18%; right: 19%;
position:absolute ; position:absolute ;
z-index: 10; z-index: 10;
background: #ffffff; background: #ffffff;
@ -211,7 +213,7 @@ span.button_text{
max-height: 55%; max-height: 55%;
top: 15%; top: 15%;
bottom: 10%; bottom: 10%;
left: 32.5%; left: 31%;
right: 32.5%; right: 32.5%;
position: absolute; position: absolute;
display: grid; display: grid;

@ -10,13 +10,14 @@
</head> </head>
<body> <body>
<!--<img id="barn" src="imgs/monteferro/barn2.png" height="150px">-->
<img id="mulino" src="imgs/monteferro/mulino.gif" height="140px"> <img id="mulino" src="imgs/monteferro/mulino.gif" height="140px">
<img id="tree1" src="imgs/monteferro/tree.gif" height="220px"> <img id="tree1" src="imgs/monteferro/tree.gif" height="220px">
<img id="tree2" src="imgs/monteferro/bush.gif" height="80px"> <img id="gallina1" src="imgs/monteferro/gallina2.gif" height="60px">
<!--<img id="cow" src="imgs/monteferro/cow2.gif" height="140px">--> <img id="gallina2" src="imgs/monteferro/gallina2.2.gif" height="60px">
<img class="farmer" id="farmer_figure" src="imgs/monteferro/farmer.gif" style="display: none;" height="120px"> <img class="farmer" id="farmer_figure" src="imgs/monteferro/farmer5.gif" style="display: none;" height="120px">
<div class="farmer" id="farmer_baloon" style="display: none;" >*!!!*</div> <div class="farmer" id="farmer_baloon" style="display: none;" >*!!!*</div>
<div class="baloons"> <div class="baloons">
@ -249,14 +250,14 @@ var loose_counter = 0;
} }
if (loose_counter == 6) { if (loose_counter == 6) {
console.log ("you lost!"); console.log ("you lost!");
fluoride_counter = 0;
loose_counter = 0;
$(".message_won").hide(); $(".message_won").hide();
$(".message_lost, .farmer").show(); $(".message_lost, .farmer").show();
} }
} }
$("#try_again").click (function () { $("#try_again").click (function () {
fluoride_counter = 0;
loose_counter = 0;
$(".corn").attr('src', "imgs/monteferro/corn.gif"); $(".corn").attr('src', "imgs/monteferro/corn.gif");
$('.cobs_collected').html(fluoride_counter); $('.cobs_collected').html(fluoride_counter);
$(".message_lost, .farmer").hide(); $(".message_lost, .farmer").hide();

Loading…
Cancel
Save