mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-03 11:50:56 +00:00
4.72.3
* Added: Setting to enable or disable message effects. When disabled, they appear as a standard redemption with a notice of how many bits were spent redeeming them. * Fixed: The setting to only animate emotes on hover not working for "Gigantified" emotes. * Fixed: Add-on emotes not appearing with animations using the FFZ:GE "Gifantified" points reward. * Fixed: Message Effects not rendering correctly. * Fixed: "Gigantified" emotes appearing the incorrect size when using both the Larger Emotes option and the Limit Native Emote Size option.
This commit is contained in:
parent
f79f1ba21d
commit
e2e315d702
7 changed files with 77 additions and 23 deletions
|
@ -12,7 +12,7 @@ import { has } from 'utilities/object';
|
|||
import { KEYS, RERENDER_SETTINGS, UPDATE_BADGE_SETTINGS, UPDATE_TOKEN_SETTINGS } from 'utilities/constants';
|
||||
import { print_duration } from 'utilities/time';
|
||||
|
||||
import { getRewardTitle, getRewardCost, isGiantEmoteReward, doesRewardCostBits } from './points';
|
||||
import { getRewardTitle, getRewardCost, isGiantEmoteReward, doesRewardCostBits, isMessageEffect } from './points';
|
||||
import awaitMD, {getMD} from 'utilities/markdown';
|
||||
|
||||
const SUB_TIERS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue