Skip to content

Commit

Permalink
add CONTEXT by bawrroccoli
Browse files Browse the repository at this point in the history
  • Loading branch information
slugalisk committed Aug 23, 2024
1 parent e44f443 commit fcd7e7e
Show file tree
Hide file tree
Showing 9 changed files with 18 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 @@ -1121,3 +1121,13 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
$iteration-count: 3,
$can-animate-forever: true,
);

@include sprite-animation(
$file-name: CONTEXT,
$frame-count: 2,
$sprite-width: 148px,
$sprite-height: 32px,
$animation-duration: 500ms,
$iteration-count: 14,
$can-animate-forever: true
);
6 changes: 6 additions & 0 deletions assets/emotecreators.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,12 @@
"october": "",
"december": "",
"lotr": ""
},
"CONTEXT": {
"createdby": "bawrroccoli & Gehirnchirurg",
"october": "",
"december": "",
"lotr": ""
}
}
}
3 changes: 2 additions & 1 deletion assets/emotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
"STIR",
"GRUG",
"CLASSIC",
"peepoStab"
"peepoStab",
"CONTEXT"
]
}
Binary file added assets/emotes/emoticons-animated/2x/CONTEXT.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/CONTEXT.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/CONTEXT.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/CONTEXT.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/CONTEXT.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/CONTEXT.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 fcd7e7e

Please sign in to comment.