chore(grunt): compile sprites

This commit is contained in:
Sabe Jones
2015-03-03 21:49:07 -06:00
parent 21fd8061cf
commit 27446da338
3 changed files with 15 additions and 1 deletions
+14
View File
@@ -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')
}
}
};
Binary file not shown.

Before

Width:  |  Height:  |  Size: 496 KiB

After

Width:  |  Height:  |  Size: 496 KiB

+1 -1
View File
@@ -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."
}