mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
NPC Sprite Sheet and CSS
This commit is contained in:
parent
8bb0718cea
commit
2cebbb93e5
2 changed files with 9 additions and 0 deletions
BIN
public/img/npcs/NPC-SpriteSheet.png
Normal file
BIN
public/img/npcs/NPC-SpriteSheet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
9
public/img/npcs/NPC_Sprites.css
Normal file
9
public/img/npcs/NPC_Sprites.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.NPC-Alex, .NPC-Bailey, .NPC-Bailey-Head, .NPC-Daniel, .NPC-Justin, .NPC-Justin-Head, .NPC-Matt {background: url("/img/npcs/NPC-SpriteSheet.png") no-repeat}
|
||||
|
||||
.NPC-Alex {background-position: 0 0; width: 162px; 138: 99px}
|
||||
.NPC-Bailey {background-position: -162px 0; width: 60px; height: 72px}
|
||||
.NPC-Bailey-Head {background-position: -168px -42; width: 54px; height: 30px}
|
||||
.NPC-Daniel {background-position: -222px 0; width: 135px; height: 123px}
|
||||
.NPC-Justin {background-position: -357px 0; width: 84px; height: 119px}
|
||||
.NPC-Justin-Head {background-position: -396px 0; width: 36px; height: 96px}
|
||||
.NPC-Matt {background-position: -441px 0; width: 198px; height: 144px}
|
||||
Loading…
Reference in a new issue