sakura57 / so4

Spaced Out 4, an open-source 2D space shooter game
GNU General Public License v2.0
1 stars 0 forks source link

Finish the sector map #1

Open sakura57 opened 4 years ago

sakura57 commented 4 years ago

Currently, the sector map supports drawing basic shape icons (circles and squares) as well as circular and rectangular zones (for asteroid fields, etc). The map is brought up by the M key (CInSpaceState) and rendered via a UI panel (SectorMapPanel). Sector maps are drawn directly in their respective sector scripts, with a set of Lua functions to set the map size and add shapes.

Functionality to add:

Possible considerations: