summary refs log tree commit diff stats
path: root/src/tileset.h
Commit message (Collapse)AuthorAgeFilesLines
* 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