chorhatarahuduketuri / gc

GalacticConquest
0 stars 0 forks source link

Fix for multiple ship labels #106

Closed adrianlshaw closed 5 years ago

adrianlshaw commented 5 years ago

This is dependent on the fog branch pull request. Resolve that before looking at this.

If there is more than one ship in the same sector then the name of each ship will be drawn on top of each other. This PR fixes that by showing you the number of ships you have in the sector with a label "N ships" where N is the number of ships and N > 1.

It also changes the colour of the system label to make the labels slightly more readable.

image
adrianlshaw commented 5 years ago

Found an issue. Will resubmit later.

adrianlshaw commented 5 years ago

Closing this one as it is dependent on the fog branch. Going to work on a clean rebase over master instead.