feat(backgrounds): replace spookyForest with pumpkinPatch
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+3
-3
@@ -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')
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Vendored
+3
-3
@@ -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 {
|
||||
|
||||
Vendored
BIN
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 |
@@ -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."
|
||||
}
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user