Skip to content

Commit

Permalink
add CLASSIC emote
Browse files Browse the repository at this point in the history
  • Loading branch information
slugalisk committed Jun 23, 2024
1 parent eb4f00f commit 4ccb06c
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions assets/anim.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1111,3 +1111,13 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
$iteration-count: 3,
$can-animate-forever: true,
);

@include sprite-animation(
$file-name: CLASSIC,
$frame-count: 51,
$sprite-width: 1836px,
$sprite-height: 32px,
$animation-duration: 2.55s,
$iteration-count: 3,
$can-animate-forever: true,
);
5 changes: 5 additions & 0 deletions assets/emotecreators.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,11 @@
"createdby": "bawrroccoli",
"october": "",
"december": ""
},
"CLASSIC": {
"createdby": "FizzyLongstockings",
"october": "",
"december": ""
}
}
}
3 changes: 2 additions & 1 deletion assets/emotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
"Aware",
"LOGGERS",
"STIR",
"GRUG"
"GRUG",
"CLASSIC"
]
}
Binary file added assets/emotes/emoticons-animated/2x/CLASSIC.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/emoticons-animated/4x/CLASSIC.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/emoticons-animated/CLASSIC.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/originals/animated/2x/CLASSIC.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/originals/animated/4x/CLASSIC.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/originals/animated/CLASSIC.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 4ccb06c

Please sign in to comment.