.hero-attack{animation:attack 1.2s steps(10) infinite;background-image:url(/game/resources/hero.png);background-repeat:no-repeat;height:34px;margin-top:-4px;overflow:hidden;position:relative;width:64px}@keyframes attack{0%{background-position:0 -374px}to{background-position:-640px -374px}}.hero-water{animation:water 1s steps(5) infinite;background-image:url(/game/resources/hero.png);background-repeat:no-repeat;height:34px;margin-top:-4px;overflow:hidden;position:relative;width:64px}@keyframes water{0%{background-position:0 -102px}to{background-position:-320px -102px}}.hero-dig{animation:hero-dig 1s steps(13) infinite;background-image:url(/game/resources/hero.png);background-repeat:no-repeat;height:34px;margin-top:-4px;overflow:hidden;position:relative;width:64px}@keyframes hero-dig{0%{background-position:0 -408px}to{background-position:-832px -408px}}.hooded-walk{animation:hoodedwalk 1s steps(8) infinite;background-image:url(/game/resources/boss1.png);background-repeat:no-repeat;height:32px;overflow:hidden;position:relative;width:32px}@keyframes hoodedwalk{0%{background-position:0 -96px}to{background-position:-256px -96px}}