western-world 3.0.548 → 3.0.549

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "western-world",
3
- "version": "3.0.548",
3
+ "version": "3.0.549",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1,8 +1,11 @@
1
+ const style = require('!!css-loader!sass-loader!./bird.scss').default;
2
+
1
3
  export const bird = `
2
4
  <symbol id="bird" viewBox="0 0 8192 8192">
3
5
  <style type="text/css">
4
6
  .bird_st0{fill: #FFFFFF;}
5
7
  .bird_st1{fill: var(--bird-color, #FFFFFF);}
8
+ ${style}
6
9
  </style>
7
10
  <defs>
8
11
  <mask id="mask-eye">
@@ -1,4 +1,4 @@
1
- @mixin birdMixin {
1
+ .animated {
2
2
  .bird {
3
3
  #pupil {
4
4
  animation-name: bird_pupil_animation;
@@ -2,14 +2,12 @@
2
2
  @import './mixins/grass';
3
3
  @import './mixins/player_lock';
4
4
  @import './mixins/cat';
5
- @import './mixins/bird';
6
5
 
7
6
 
8
7
  .animated {
9
8
  .decided_to_stop_the_game {
10
9
  @include grassMixin;
11
10
  @include catMixin;
12
- @include birdMixin;
13
11
 
14
12
  #smoke_x5F_1,
15
13
  #smoke_x5F_2 {
@@ -1,11 +1,8 @@
1
1
  @import './mixins/nth-child-variable';
2
2
  @import './mixins/letter-scale-animation';
3
- @import './mixins/bird';
4
3
 
5
4
  .animated {
6
5
  .desert_island {
7
- @include birdMixin;
8
-
9
6
  #arrow {
10
7
  animation-name: blinking_arrow;
11
8
  animation-duration: 2s;
@@ -1,10 +1,7 @@
1
- @import './mixins/bird';
2
1
  @import './mixins/buy';
3
2
 
4
3
  .animated {
5
4
  .shipyards {
6
- @include birdMixin;
7
-
8
5
  #buy-main-container {
9
6
  translate: 0px 800px;
10
7
  scale: 0.9;
@@ -1,10 +1,7 @@
1
1
  @import './mixins/no-taxes-defence';
2
- @import './mixins/bird';
3
2
 
4
3
  .animated {
5
4
  .tax_on_plantations {
6
- @include birdMixin;
7
-
8
5
  #movable-leaf {
9
6
  animation-name: tree_leaf_animation;
10
7
  animation-duration: 20s;
package/src/svg/index.js CHANGED
@@ -11,7 +11,7 @@ import { player_lock } from '../defs/player_lock';
11
11
  import { note_1, note_2, note_3, note_4 } from '../defs/music_notes';
12
12
  import { enemyFlagSvgStyles, flagStarsStyles, myFlagSvgStyles } from '../western-world.utils.constants';
13
13
  import { black_background } from '../defs/black-background';
14
- import { bird } from '../defs/bird';
14
+ import { bird } from '../defs/bird/bird';
15
15
  import { clouds_29 } from '../defs/clouds_29/clouds_29';
16
16
  import { clouds_49 } from '../defs/clouds_49/clouds_49';
17
17
  import { clouds_63 } from '../defs/clouds_63/clouds_63';