ALGE PARIS BAGDAD

master
orphevs 2017-12-08 21:33:51 +01:00
parent d1fc73ce24
commit 7099cbc316
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ body{
.map{
width: 1170px;
height: 658px;
height: 460px;
border: solid 3px red;
background: url(../img/bg_sand.png) repeat;
position: absolute;

View File

@ -11,7 +11,7 @@ function move(event) {
}
} else if (k == 40) {
y += 10;
if ( y == 650 ){
if ( y == 460 ){
y -= 10;
}
}