summary refs log tree commit diff stats
path: root/src/map.h
Commit message (Collapse)AuthorAgeFilesLines
* window starts in centre of screenStar Rauchenberger2022-03-141-25/+0
|
* .at() is slower than operator[]Star Rauchenberger2022-03-141-1/+1
|
* map is now "infinite" using chunks that dynamically load like in diamond&pearlStar Rauchenberger2022-03-141-24/+160
| | | | game is also slow as shit now
* abstracted map data into a class to allow for zooming outKelly Rauchenberger2018-05-291-0/+127