Skip to content

Commit

Permalink
fix emotes
Browse files Browse the repository at this point in the history
  • Loading branch information
slugalisk committed Nov 10, 2024
1 parent 6b08de1 commit 876c357
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 19 deletions.
23 changes: 6 additions & 17 deletions assets/anim.scss
Original file line number Diff line number Diff line change
Expand Up @@ -917,17 +917,6 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
$can-animate-forever: true
);

@include sprite-animation(
$file-name: DaFeels,
$frame-count: 180,
$sprite-width: 5760px,
$sprite-height: 32px,
$animation-duration: 5s,
$iteration-count: 1,
$end-on-last-frame: true,
$can-animate-forever: true
);

@include sprite-animation(
$file-name: WICKEDSTEER,
$frame-count: 24,
Expand Down Expand Up @@ -968,15 +957,15 @@ $spritesDir : '/assets/emotes/emoticons-animated/';

@include sprite-animation(
$file-name: PepoCopter,
$frame-count: 30,
$sprite-width: 2280px,
$frame-count: 3,
$sprite-width: 174px,
$sprite-height: 32px,
$animation-duration: 1s,
$iteration-count: 8,
$animation-duration: 240ms,
$iteration-count: 37.5,
$can-animate-forever: true,
$extra-animation: true,
$extra-animation-duration: 500ms,
$extra-animation-iteration-count: 16,
$extra-animation-duration: 480ms,
$extra-animation-iteration-count: 18.75,
$extra-animation-timing-function: ease-in-out,
$extra-animation-direction: alternate
) {
Expand Down
4 changes: 2 additions & 2 deletions assets/emotecreators.json
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,8 @@
"december": ""
},
"PepoCopter": {
"createdby": "FizzyLongstockings",
"_createdby": "Gehirnchirurg & soadsoap",
"createdby": "Gehirnchirurg & soadsoap",
"dunc": "FizzyLongstockings",
"october": "",
"december": ""
},
Expand Down
Binary file modified assets/emotes/emoticons/2x/MAGE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/emotes/emoticons/4x/MAGE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/emotes/emoticons/MAGE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 876c357

Please sign in to comment.