master
*anna* 3 years ago
parent 22f11b9f01
commit f3338c96e3

@ -69,7 +69,7 @@ span.instructions_arrow{
position:absolute; position:absolute;
height:100%; height:100%;
/*width:3500px;*/ /*width:3500px;*/
width: 560vh; width: 540vh;
} }
#groundline { #groundline {
@ -211,7 +211,7 @@ span.button_text{
z-index:1; z-index:1;
} }
#tree5 { #tree5 {
bottom:25%; bottom:20%;
left: 75%; left: 75%;
position: absolute; position: absolute;
z-index:5; z-index:5;
@ -307,7 +307,7 @@ span.button_text{
z-index:-2; z-index:-2;
} }
.bubble1 { .bubble1 {
right: 23.5%; right: 22%;
bottom:54%; bottom:54%;
position: absolute; position: absolute;
background: #ffffff; background: #ffffff;

@ -162,7 +162,7 @@ $(document).keydown(function(e) {
var left_Percentage = (left_val_only/parent_width) * 100; var left_Percentage = (left_val_only/parent_width) * 100;
console.log ("left %", left_Percentage); console.log ("left %", left_Percentage);
if (left_Percentage < 72) { if (left_Percentage < 74) {
switch (e.which) { switch (e.which) {
case 37: case 37:
offset.left -= 20; offset.left -= 20;

@ -69,7 +69,7 @@
#ground{ #ground{
position:absolute; position:absolute;
height:100%; height:100%;
width:560vh; width:510vh;
/* width:3500px; */ /* width:3500px; */
} }

Loading…
Cancel
Save