summaryrefslogtreecommitdiff
path: root/src/player.c
Commit message (Collapse)AuthorAgeFilesLines
* Add camera handling and movementAaditya Dhruv4 days1-0/+0
Camera related movements have been moved to camera.c - it tracks the matrices as well so we don't have to call it in block_update The player class is empty right now, but the camera will be a child of the player, and the player a child of the engine