Updated object name frame to calculate based on SectorConstants size. In this way, future changes to the sector size will automatically affect the position of the object's nameplate.Added default alignment parameter when drawing text. Center-align will remain the default, but callers can optionally provide their own alignment.
Added fog-of-war tracking boolean to Sector.
Changed coordinate text to left-align.
Added ugly placeholder graphic for Nebula.
Removed "Mintaka" from list of random star names, since it's a Minor Race.All SectorObjects can now draw() themselves.
Created global helper functions for drawing text and stars.
Replaced Sector text output with placeholder graphics on Map.
Converted enum method to computed property.Added UIViews to Sector objects.
Now displaying placeholder views for each Sector correctly within the main View.
Added list of possible Star names.Added Star random generation.
Limited permanent objects to one per Sector.
Added central Random class.
SectorObjects are all Printable for easier unit testing.