Jump to content

Question

Posted

When I was re-viewing my settings. I came across something that I may have ignored even today, because I do not have to use it. But now I'm curious.

Does anyone know me answer which function of this line on the server and how does it use it?

 

  "AnimatedSprites": [
    ""

2 answers to this question

Recommended Posts

  • 2
Posted

You add in the [NAMEOFSPRITE].png for the sprite you want animated. 

 

An animated sprite will cycle through the 'walking' sprites in your spritesheet even when standing still.

 

Its mostly used for flying creatures so they can flap their wings when not moving!

  • 0
Posted
1 hour ago, Dashplant said:

You add in the [NAMEOFSPRITE].png for the sprite you want animated. 

 

An animated sprite will cycle through the 'walking' sprites in your spritesheet even when standing still.

 

Its mostly used for flying creatures so they can flap their wings when not moving!

 

Ah understood. This is a brilliant function. Thanks for the information. :D

×
×
  • Create New...