-
Notifications
You must be signed in to change notification settings - Fork 0
Sprite
Xeltica edited this page Feb 23, 2018
·
2 revisions
In Wyte Engine, sprites are drawable objects which support animation.
They use unity's sprite system and you can use sprite animation easily through WyteAnimation API.
The engine renders sprite with the following components:
-
SpriteEntity: Entity Implementation -
SpriteTile: (Unimplemented) Tilemap Tile Implementation