63f0a9f3a4
Here is a copy of the mount sprite sheet, mount CSS, and a revised pet egg CSS. CSS now matches the player CSS structure. Removed individual mount images as they'd no longer be needed.
11 lines
994 B
CSS
11 lines
994 B
CSS
Mount_Head_Lion, Mount_Body_Lion, Mount_Head_PolarBear, Mount_Body_PolarBear, Mount_Head_Panda, Mount_Body_Panda, Mount_Head_Tiger, Mount_Body_Tiger, Mount_Head_Bear, Mount_Body_Bear {background: url(Mount-SpriteSheet.png) no-repeat}
|
|
Mount_Head_Lion {background-position: 0 0; width: 105px; height: 123px}
|
|
Mount_Body_Lion {background-position: -105 0; width: 105px; height: 123px}
|
|
Mount_Head_PolarBear {background-position: -210 0; width: 105px; height: 123px}
|
|
Mount_Body_PolarBear {background-position: -315 0; width: 105px; height: 123px}
|
|
Mount_Head_Panda {background-position: -420 0; width: 105px; height: 123px}
|
|
Mount_Body_Panda {background-position: -525 0; width: 105px; height: 123px}
|
|
Mount_Head_Tiger {background-position: -630 0; width: 105px; height: 123px}
|
|
Mount_Body_Tiger {background-position: -735 0; width: 105px; height: 123px}
|
|
Mount_Head_Bear {background-position: -840 0; width: 105px; height: 123px}
|
|
Mount_Body_Bear {background-position: -945 0; width: 105px; height: 123px} |