if there is only like 3 seconds left before a tag expires, replace the aura with a bright red aura.
relevant info:
EffectModule::set_rgb_partial_last - examples can be found by searching the current repo
#110 - pr that implemented tag
utils/src/game_modes/tag.rs - file responsible for handling tag logic
TagInfo.update_eff() - potentially call that updates the effect if necessary, logic may belong here
if there is only like 3 seconds left before a tag expires, replace the aura with a bright red aura.
relevant info:
EffectModule::set_rgb_partial_last- examples can be found by searching the current repo#110 - pr that implemented tag
utils/src/game_modes/tag.rs- file responsible for handling tag logicTagInfo.update_eff()- potentially call that updates the effect if necessary, logic may belong here