Quote from: Aunknown_Artist on July 14, 2026, 06:18:45 pmI don't know if you still update this script, but I was wondering if you could possibly consider adding the ability to animate battlebacks with effects in engine (such as swirl,scrolling, and wave effects) to achieve earthbound like battlebacks without having to hand make each frame.Tons will only get updated if there's any major bugs reported and Blizzard finds the time to do it.
As for your request, those kind of effects are more akin to using shaders, which XP does not natively support. It would require a DLL (C/C++ code) to modify the image's bitmap data in memory, and having the script call this method every frame to update it. This is quite complex to do and is beyond the scope of what Tons aims to be.