summary refs log tree commit diff stats
path: root/src/systems/rendering.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved sprite rendering into AnimatingSystemKelly Rauchenberger2018-02-081-37/+0
| | | | 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 spritesKelly Rauchenberger2018-02-081-12/+28
| | | | Also restyled a lot of the code.
* Player now movesKelly Rauchenberger2015-06-261-6/+6
|
* Now displaying player characterKelly Rauchenberger2015-06-181-0/+21