Skip to content

Commit

Permalink
add dunc PepoCopter by FizzyLongstockings
Browse files Browse the repository at this point in the history
  • Loading branch information
slugalisk committed Apr 6, 2024
1 parent 1374a9e commit eb4f00f
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions assets/amin.dunc.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@include sprite-animation(
$file-name: PepoCopter,
$frame-count: 30,
$sprite-width: 76px,
$sprite-height: 32px,
$animation-duration: 1s,
$iteration-count: 8,
$can-animate-forever: true,
$extra-animation: true,
$extra-animation-duration: 500ms,
$extra-animation-iteration-count: 16,
$extra-animation-timing-function: ease-in-out,
$extra-animation-direction: alternate
) {
0% { transform: translateY(0); }
100% { transform: translateY(3px); }
};
13 changes: 6 additions & 7 deletions assets/anim.scss
Original file line number Diff line number Diff line change
Expand Up @@ -968,15 +968,15 @@ $spritesDir : '/assets/emotes/emoticons-animated/';

@include sprite-animation(
$file-name: PepoCopter,
$frame-count: 3,
$sprite-width: 174px,
$frame-count: 30,
$sprite-width: 2280px,
$sprite-height: 32px,
$animation-duration: 240ms,
$iteration-count: 40,
$animation-duration: 1s,
$iteration-count: 8,
$can-animate-forever: true,
$extra-animation: true,
$extra-animation-duration: 480ms,
$extra-animation-iteration-count: 20,
$extra-animation-duration: 500ms,
$extra-animation-iteration-count: 16,
$extra-animation-timing-function: ease-in-out,
$extra-animation-direction: alternate
) {
Expand Down Expand Up @@ -1102,7 +1102,6 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
$end-on-last-frame: true
);


@include sprite-animation(
$file-name: STIR,
$frame-count: 17,
Expand Down
3 changes: 2 additions & 1 deletion assets/emotecreators.json
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@
"december": ""
},
"PepoCopter": {
"createdby": "Gehirnchirurg & soadsoap",
"createdby": "FizzyLongstockings",
"_createdby": "Gehirnchirurg & soadsoap",
"october": "",
"december": ""
},
Expand Down
Binary file added assets/emotes/dunc/animated/2x/PepoCopter.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 added assets/emotes/dunc/animated/4x/PepoCopter.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 added assets/emotes/dunc/animated/PepoCopter.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-animated/2x/PepoCopter.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-animated/4x/PepoCopter.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-animated/PepoCopter.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 eb4f00f

Please sign in to comment.