mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
chore(grunt): compile sprites
This commit is contained in:
parent
21fd8061cf
commit
27446da338
3 changed files with 15 additions and 1 deletions
14
common/dist/scripts/habitrpg-shared.js
vendored
14
common/dist/scripts/habitrpg-shared.js
vendored
|
|
@ -4509,6 +4509,20 @@ api.backgrounds = {
|
|||
text: t('backgroundDistantCastleText'),
|
||||
notes: t('backgroundDistantCastleNotes')
|
||||
}
|
||||
},
|
||||
backgrounds032015: {
|
||||
spring_rain: {
|
||||
text: t('backgroundSpringRainText'),
|
||||
notes: t('backgroundSpringRainNotes')
|
||||
},
|
||||
stained_glass: {
|
||||
text: t('backgroundStainedGlassText'),
|
||||
notes: t('backgroundStainedGlassNotes')
|
||||
},
|
||||
rolling_hills: {
|
||||
text: t('backgroundRollingHillsText'),
|
||||
notes: t('backgroundRollingHillsNotes')
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
BIN
common/dist/sprites/spritesmith3.png
vendored
BIN
common/dist/sprites/spritesmith3.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 496 KiB After Width: | Height: | Size: 496 KiB |
|
|
@ -77,7 +77,7 @@
|
|||
"backgroundSpringRainText": "Spring Rain",
|
||||
"backgroundSpringRainNotes": "Dance in the Spring Rain.",
|
||||
"backgroundStainedGlassText": "Stained Glass",
|
||||
"backgroundStainedGlassNotes": "Admire some Stained Glass",
|
||||
"backgroundStainedGlassNotes": "Admire some Stained Glass.",
|
||||
"backgroundRollingHillsText": "Rolling Hills",
|
||||
"backgroundRollingHillsNotes": "Frolic through the Rolling Hills."
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue