western-world 3.0.486 → 3.0.488
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/scss/cells/desert_island.scss +9 -3
- package/src/svg/cells/desert_island.svg +343 -891
- package/src/svg/cells/loan.svg +2 -2
- package/src/svg/index.js +4 -1
package/src/svg/cells/loan.svg
CHANGED
|
@@ -287,6 +287,6 @@
|
|
|
287
287
|
</g>
|
|
288
288
|
</g>
|
|
289
289
|
|
|
290
|
-
<use xlink:href="#black_background" class="d-none use-add-money" style="--animation-delay:
|
|
291
|
-
<use xlink:href="#add_money" class="d-none use-add-money" style="
|
|
290
|
+
<use xlink:href="#black_background" class="d-none use-add-money" style="--animation-delay: 0s;--animation-duration: 2.5s;"></use>
|
|
291
|
+
<use xlink:href="#add_money" class="d-none use-add-money" style="--animation-delay: 0s;--animation-duration: 5s;"></use>
|
|
292
292
|
</svg>
|
package/src/svg/index.js
CHANGED
|
@@ -432,7 +432,10 @@ export const cells = {
|
|
|
432
432
|
desert_island: {
|
|
433
433
|
svg: require('./cells/desert_island.svg'),
|
|
434
434
|
css: require('!!css-loader!sass-loader!../scss/cells/desert_island.scss').default,
|
|
435
|
-
defs: [
|
|
435
|
+
defs: [
|
|
436
|
+
{ name: 'bird', value: bird, type: 'symbol_additional' },
|
|
437
|
+
{ name: 'clouds_49', value: clouds_49, type: 'symbol_additional' },
|
|
438
|
+
],
|
|
436
439
|
},
|
|
437
440
|
doomsday: {
|
|
438
441
|
svg: require('./cells/doomsday.svg'),
|