Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
slugalisk committed Nov 2, 2023
1 parent 19ae35a commit 6657377
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 10 additions & 0 deletions assets/anim.december.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@
$iteration-count: 1
);

@include sprite-animation(
$file-name: ComfyMoobers,
$frame-count: 34,
$sprite-width: 1122px,
$sprite-height: 32px,
$animation-duration: 2550ms,
$iteration-count: 2,
$can-animate-forever: true
);

@include sprite-animation(
$file-name: WAG,
$frame-count: 2,
Expand Down
12 changes: 1 addition & 11 deletions assets/anim.scss
Original file line number Diff line number Diff line change
Expand Up @@ -674,16 +674,6 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
$iteration-count: 10
);

@include sprite-animation(
$file-name: FeelsPepoMan,
$frame-count: 4,
$sprite-width: 128px,
$sprite-height: 32px,
$animation-duration: 400ms,
$iteration-count: 7,
$can-animate-forever: true
);

@include sprite-animation(
$file-name: BONK,
$frame-count: 2,
Expand Down Expand Up @@ -797,7 +787,7 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
@include sprite-animation(
$file-name: ComfyMoobers,
$frame-count: 34,
$sprite-width: 1088px,
$sprite-width: 1122px,
$sprite-height: 32px,
$animation-duration: 2550ms,
$iteration-count: 2,
Expand Down

0 comments on commit 6657377

Please sign in to comment.