jpfed / Adrift

You are a space pilot lost in an endless maze of extraterrestrial caverns. Can you find your way home?
http://www.ludumdare.com/compo/author/jpfed/
2 stars 3 forks source link

Map screen #2

Closed jpfed closed 14 years ago

jpfed commented 14 years ago

Implement a map screen that the player can toggle to. It can even take the place of state.paused. When an area is rendered by the camera, the camera should tell the tile array about the squares that it renders.

(Currently, the level tiles are just represented by numbers instead of whole tables. We can keep it this way, but I foresee it getting increasingly awkward.)

jpfed commented 14 years ago

Map screen implemented.