sleitnick @sleitnick.com · Nov 15

More game progress! Animated sprites are now easy to create and manipulate from Luau game code. See below for the code controlling those three buttons at the bottom. #GameDev

13 likes 2 replies

?

Replies

sleitnick · Nov 15

Here's the code for the three buttons. The "spriteTest" is the windmill. These sprites have a RotationIndex, which is baked into the actual texture pack file. The animation interval can also be changed to adjust the animation speed.

ayyans · Nov 16

is this a roblox game?