maps: Added left, right, up, down flags to mapgen
authorLukas Krickl <lukas@krickl.dev>
Tue, 22 Jul 2025 10:58:49 +0000 (12:58 +0200)
committerLukas Krickl <lukas@krickl.dev>
Tue, 22 Jul 2025 10:58:49 +0000 (12:58 +0200)
commit6f961cae17eb151aadc64ef6ff198ef009fe3873
treec8e4c97c446b2a3e6f35529aea570322c7150eac
parent8a43f544ac468f600751a658a988675932eca39a
maps: Added left, right, up, down flags to mapgen

This allows setting up exits for an entire corner of the map easily.
Set up exit tables for the _c map for now.
12 files changed:
maps/map_bc.s
maps/map_be.s
maps/map_bw.s
maps/map_c.s
maps/map_ce.s
maps/map_cw.s
maps/map_tc.s
maps/map_te.s
maps/map_tw.s
src/exittables.s
src/player.s
tools/tms2map.py