summary refs log tree commit diff stats
path: root/res/maps/underwater_start.tmx
Commit message (Collapse)AuthorAgeFilesLines
* Added A* pathfindingKelly Rauchenberger2021-02-271-1/+4
|
* Added underwater music and fixed music not changing bugKelly Rauchenberger2021-02-271-0/+3
|
* Added first underwater mapKelly Rauchenberger2021-02-261-0/+136
Also spruced up the event that takes you there. Also fixed an issue where transplantParty wouldn't take the medium of the new position into consideration. Also added a constructor to the lua version of vec2i.