LemonUIbyLemon / LemonUI

LemonUI for .NET (FiveM, RageMP, RagePluginHook and ScriptHookVDotNet 3)
MIT License
181 stars 41 forks source link

Animated Banners via Standard Texture #102

Closed justalemon closed 10 months ago

justalemon commented 1 year ago

An animated banner is a banner where the image changes every frame, creating an animation.

For example, there are 60 textures in animation.ytd, called animation_0 to animation_59, representing 60 frames for a total of 1 second.

You then just set up a banner with a total of 60 frames and a duration of 1 second with ytd called animation and LemonUI does all of the work.

LX3147 commented 1 year ago

捕获 Is this one?

justalemon commented 1 year ago

Nop, just a custom system to use a single YTD to create an animation that changes over time.

LX3147 commented 1 year ago

捕获 In a later update, you can add this?

justalemon commented 1 year ago

I have tried to add it. It's complicated to do so.