mirror of https://github.com/sundowndev/Detank.git
ALGE PARIS BAGDAD
parent
d1fc73ce24
commit
7099cbc316
|
@ -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;
|
||||
|
|
|
@ -11,7 +11,7 @@ function move(event) {
|
|||
}
|
||||
} else if (k == 40) {
|
||||
y += 10;
|
||||
if ( y == 650 ){
|
||||
if ( y == 460 ){
|
||||
y -= 10;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue