update sprite

This commit is contained in:
rofl256 2017-06-30 01:24:17 +02:00
parent 7497cee4c7
commit c31da4be28
2 changed files with 17 additions and 1 deletions

View File

@ -5,7 +5,10 @@
}
.spriteUtils{
position: absolute;
position: absolute;
-webkit-transform: scale(0.7);
transform: scale(0.7);
transform-origin: 0;
}
.flower{
@ -17,6 +20,7 @@
.tree1{
width: 60px;
height: 60px;
z-index: 110 !important;
background: url(../img/objectlayer.png) 315px -70px;
}
@ -33,6 +37,18 @@
left: -33px;
}
.guy {
width: 32px;
height: 32px;
position: relative;
top: -13px;
left: -13px;
background: url(../img/guy_sprite.png) 0px 0px;
-webkit-transform: scale(0.7);
transform: scale(0.7);
transform-origin: 0;
}
html {
-webkit-transform: scale(1.5);
transform: scale(2);

BIN
img/guy_sprite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB