Closed Noah2610 closed 4 years ago
Configure tile animation as animation component in tile settings' entity config.
resources/settings/tiles/tiles.ron
Ground
tile type example:
(
types: {
Ground: (
entity: (
components: (
// ...
animation: [
(0, 500),
(1, 500),
(2, 500),
],
),
// ...
),
),
},
)
Configure via
tiles.ron
settings file.