update sprite
This commit is contained in:
parent
7497cee4c7
commit
c31da4be28
16
css/main.css
16
css/main.css
@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
.spriteUtils{
|
.spriteUtils{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
-webkit-transform: scale(0.7);
|
||||||
|
transform: scale(0.7);
|
||||||
|
transform-origin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flower{
|
.flower{
|
||||||
@ -17,6 +20,7 @@
|
|||||||
.tree1{
|
.tree1{
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
z-index: 110 !important;
|
||||||
background: url(../img/objectlayer.png) 315px -70px;
|
background: url(../img/objectlayer.png) 315px -70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -33,6 +37,18 @@
|
|||||||
left: -33px;
|
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 {
|
html {
|
||||||
-webkit-transform: scale(1.5);
|
-webkit-transform: scale(1.5);
|
||||||
transform: scale(2);
|
transform: scale(2);
|
||||||
|
BIN
img/guy_sprite.png
Normal file
BIN
img/guy_sprite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
Loading…
x
Reference in New Issue
Block a user