mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
feat(backgrounds): replace spookyForest with pumpkinPatch
This commit is contained in:
parent
786f9a92df
commit
5718fb183a
8 changed files with 12 additions and 12 deletions
2
dist/habitrpg-shared.css
vendored
2
dist/habitrpg-shared.css
vendored
File diff suppressed because one or more lines are too long
6
dist/habitrpg-shared.js
vendored
6
dist/habitrpg-shared.js
vendored
|
|
@ -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')
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
6
dist/spritesmith0.css
vendored
6
dist/spritesmith0.css
vendored
|
|
@ -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
BIN
dist/spritesmith0.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 117 KiB |
BIN
img/sprites/spritesmith/backgrounds/background_pumpkin_patch.png
Normal file
BIN
img/sprites/spritesmith/backgrounds/background_pumpkin_patch.png
Normal file
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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue