|
@@ -1,54 +1,3 @@
|
|
-/** Utilize JS getStyle to read width of spritesheet
|
|
|
|
- ** Calculate amount of steps from that
|
|
|
|
- ** Profit
|
|
|
|
- **/
|
|
|
|
-.anims-sprite, .anims-orcStand, .anims-mainBody, .anims-pixel0 {
|
|
|
|
- background-image: url('images/anims-sad0922e873.png');
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.anims-orcStand {
|
|
|
|
- background-position: 0 0;
|
|
|
|
- height: 200px;
|
|
|
|
- width: 800px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.anims-mainBody {
|
|
|
|
- background-position: 0 -200px;
|
|
|
|
- height: 300px;
|
|
|
|
- width: 1200px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.anims-pixel0 {
|
|
|
|
- background-position: 0 -500px;
|
|
|
|
- height: 155px;
|
|
|
|
- width: 262px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.bg-Forest {
|
|
|
|
- background-image: url("images/Forest.png");
|
|
|
|
- width: 400px;
|
|
|
|
- height: 200px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#sceneAnimation {
|
|
|
|
- display: block;
|
|
|
|
- position: fixed;
|
|
|
|
- bottom: 0px;
|
|
|
|
- left: 50%;
|
|
|
|
- z-index: 1;
|
|
|
|
- pointer-events: none;
|
|
|
|
- opacity: 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.sceneAnimation {
|
|
|
|
- display: block;
|
|
|
|
- position: absolute;
|
|
|
|
- top: 50%;
|
|
|
|
- left: 50%;
|
|
|
|
- image-rendering: pixelated;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
#mainPage.mobile .contentImage {
|
|
#mainPage.mobile .contentImage {
|
|
height: 10ex;
|
|
height: 10ex;
|
|
}
|
|
}
|