Skip to content

Commit

Permalink
Change to BONK to make it animated (#349) (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Talley <[email protected]>
  • Loading branch information
jbpratt and talleyp authored Sep 23, 2020
1 parent dfe7a9d commit f6d213a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/anim.scss
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,15 @@ $spritesDir : '../../emotes/emoticons-animated/';
$repeat: 10
);

@include sprite-animation(
$file-name: BONK,
$frame-count: 2,
$sprite-width: 110px,
$sprite-height: 32px,
$animation-length: 500ms,
$repeat: 10
);

@include sprite-animation(
$file-name: ComfyWAG,
$frame-count: 2,
Expand Down
Binary file added assets/emotes/emoticons-animated/2x/BONK.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/BONK.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/BONK.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/gif/BONK.gif
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 f6d213a

Please sign in to comment.