Skip to content

Commit

Permalink
change Aware to Clueless on last frame
Browse files Browse the repository at this point in the history
  • Loading branch information
talleyp committed Oct 13, 2023
1 parent 6fa4bab commit 8351871
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions assets/anim.scss
Original file line number Diff line number Diff line change
Expand Up @@ -631,15 +631,6 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
$iteration-count: 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 Expand Up @@ -993,7 +984,7 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
$animation-duration: 4.2s,
$iteration-count: 1,
$can-animate-forever: true,
$end-on-last-frame: true
$end-on-last-frame: false
);

@include sprite-animation(
Expand Down

0 comments on commit 8351871

Please sign in to comment.