Merge pull request #375 from SabreCat/develop

December backgrounds
This commit is contained in:
Sabe Jones 2014-11-30 23:20:22 -06:00
commit a6944ec072
19 changed files with 2326 additions and 2290 deletions

File diff suppressed because one or more lines are too long

1050
dist/spritesmith0.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith0.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 180 KiB

1194
dist/spritesmith1.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith1.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 109 KiB

506
dist/spritesmith2.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 133 KiB

664
dist/spritesmith3.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith3.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 KiB

After

Width:  |  Height:  |  Size: 330 KiB

590
dist/spritesmith4.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith4.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 KiB

After

Width:  |  Height:  |  Size: 264 KiB

590
dist/spritesmith5.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith5.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -47,5 +47,13 @@
"backgroundStarrySkiesText":"Starry Skies",
"backgroundStarrySkiesNotes":"Gaze at the Starry Skies.",
"backgroundSunsetMeadowText":"Sunset Meadow",
"backgroundSunsetMeadowNotes":"Admire a Sunset Meadow."
"backgroundSunsetMeadowNotes":"Admire a Sunset Meadow.",
"backgrounds122014": "SET 7: Released December 2014",
"backgroundIcebergText":"Iceberg",
"backgroundIcebergNotes":"Drift upon an Iceberg.",
"backgroundTwinklyLightsText":"Winter Twinkly Lights",
"backgroundTwinklyLightsNotes":"Stroll between trees bedecked in festive lights.",
"backgroundSouthPoleText":"South Pole",
"backgroundSouthPoleNotes":"Visit the icy South Pole."
}

View file

@ -1360,6 +1360,16 @@ api.backgrounds =
starry_skies:
text: t('backgroundStarrySkiesText')
notes: t('backgroundStarrySkiesNotes')
backgrounds122014:
iceberg:
text: t('backgroundIcebergText')
notes: t('backgroundIcebergNotes')
twinkly_lights:
text: t('backgroundTwinklyLightsText')
notes: t('backgroundTwinklyLightsNotes')
south_pole:
text: t('backgroundSouthPoleText')
notes: t('backgroundSouthPoleNotes')
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
api.userDefaults =