feat(backgrounds): replace spookyForest with pumpkinPatch

This commit is contained in:
Tyler Renelle 2014-10-02 23:04:40 -06:00
parent 786f9a92df
commit 5718fb183a
8 changed files with 12 additions and 12 deletions

File diff suppressed because one or more lines are too long

View file

@ -12641,9 +12641,9 @@ api.backgrounds = {
text: t('backgroundHauntedHouseText'),
notes: t('backgroundHauntedHouseNotes')
},
spooky_forest: {
text: t('backgroundSpookyForestText'),
notes: t('backgroundSpookyForestNotes')
pumpkin_patch: {
text: t('backgroundPumpkinPatchText'),
notes: t('backgroundPumpkinPatchNotes')
}
}
};

View file

@ -220,16 +220,16 @@
width: 141px;
height: 147px;
}
.background_seafarer_ship {
.background_pumpkin_patch {
background-image: url(spritesmith0.png);
background-position: -565px -148px;
width: 140px;
height: 147px;
}
.background_spooky_forest {
.background_seafarer_ship {
background-image: url(spritesmith0.png);
background-position: -565px -296px;
width: 141px;
width: 140px;
height: 147px;
}
.background_thunderstorm {

BIN
dist/spritesmith0.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

View file

@ -38,6 +38,6 @@
"backgroundGraveyardNotes":"Visit a Creepy Graveyard.",
"backgroundHauntedHouseText":"Haunted House",
"backgroundHauntedHouseNotes":"Sneak through a Haunted House.",
"backgroundSpookyForestText":"Spooky Forest",
"backgroundSpookyForestNotes":"Shiver in a Spooky Forest."
"backgroundPumpkinPatchText":"Pumpkin Patch",
"backgroundPumpkinPatchNotes":"Carve jack-o-lanterns in a Pumpkin Patch."
}

View file

@ -1174,9 +1174,9 @@ api.backgrounds =
haunted_house:
text: t('backgroundHauntedHouseText')
notes: t('backgroundHauntedHouseNotes')
spooky_forest:
text: t('backgroundSpookyForestText')
notes: t('backgroundSpookyForestNotes')
pumpkin_patch:
text: t('backgroundPumpkinPatchText')
notes: t('backgroundPumpkinPatchNotes')
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
api.userDefaults =