HOME | DD

AugmentedPoisonArt — #MaterialDesignForROBLOX by

Published: 2015-05-03 01:33:05 +0000 UTC; Views: 238; Favourites: 2; Downloads: 0
Redirect to original
Description Android Material Design is awesome and it fits with ROBLOX's static UI stuff that can't be hidden by the user for some reason.  Let's all start updating our GUIs,  get the loading circle animation here:  www.roblox.com/Pop-Loading-Ani…

The loading circle is animated using ImageRectSize and ImageRectOffset on a sprite sheet so I don't have to load a large number of decals every second, which is slow.  You should also use ImageRectSize/Offset when making a decal button.  The button will respond immediately instead of taking half a second to load.

Here, the loading circle is scaled down to 32px but the max is 128px.
Related content
Comments: 0