1
0
James Ketrenos 588777af90 Add sheeps
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
2022-06-23 14:07:53 -07:00

12 lines
247 B
CSS

.Herd {
z-index: 25; /* below pips */
position: absolute;
pointer-events: none;
}
.Sheep {
z-index: 50; /* Above Tile (5,10), Road (12), Corner (20) */
position: absolute;
background-size: 1200% auto;
background-repeat: no-repeat;
}