update sprite
This commit is contained in:
parent
7497cee4c7
commit
c31da4be28
18
css/main.css
18
css/main.css
@ -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
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