MovingBlocks / DestinationSol

Official continuation of Destination Sol, the great fun little arcade space shooter from http://sourceforge.net/projects/destinationsol/ Modules live at https://github.com/DestinationSol/
Apache License 2.0
325 stars 122 forks source link

NUI Map screen and NUI WaypointCreation screen #642

Closed BenjaminAmos closed 1 year ago

BenjaminAmos commented 2 years ago

Description

This pull request converts the MapScreen and WaypointCreationScreen UIs to use NUI. MapScreen is converted in https://github.com/MovingBlocks/DestinationSol/commit/24c835b4748751f9ffd8c2afb2c78020bc13deff and WaypointCreationScreen in https://github.com/MovingBlocks/DestinationSol/commit/b844ecc883354c138f9fd5b8f7097b06789eb2fe.

Before

image

After

image

Testing

Functional Tests

Map Viewing

Notes

BenjaminAmos commented 1 year ago

This was replaced by #669.