summary refs log tree commit diff stats
path: root/src/tileset.h
Commit message (Collapse)AuthorAgeFilesLines
* Editor now allows tile placementKelly Rauchenberger2019-03-101-0/+38
| | | | You can scroll through the three layers (map, track, object) with Z/X. You can swap between focusing on the map and the tileset with TAB. You can place tiles with enter or space. Pretty rudimentary, but it's a start.
* Restrictions for moving into a space a block is moving out ofKelly Rauchenberger2019-02-191-1/+3
| | | | | | An entity can only move into a space a block is moving out of if the time it would take the entity to move into the tile is at least the time remaining for the other block to finish moving out of the space. Also, crates can push each other now.
* Started implementing pushing, but not reallyKelly Rauchenberger2019-02-161-1/+1
|
* Very basic ECSKelly Rauchenberger2019-02-031-0/+13