Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved sprite rendering into AnimatingSystem | Kelly Rauchenberger | 2018-02-08 | 1 | -0/+3 |
| | | | | Refactored how systems work slightly. Now, rendering can be done by a number of systems working together. Since the AnimatingSystem handles the animation of sprites, it should also handle the rendering of them. Because of this, the RenderingSystem has been removed. | ||||
* | Introduced animated sprites | Kelly Rauchenberger | 2018-02-08 | 1 | -0/+20 |
Also restyled a lot of the code. |