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/
This pull request re-implements the tutorial UI using NUI. Since the tutorial interacts with most of the in-game UIs, this relies on the majority of other in-game UIs being converted to NUI first.
Testing
Start the game and select "Tutorial" from the main menu.
Follow the instructions in the tutorial. Every step in the tutorial should function as explained.
Try using alternate methods for doing things in the tutorial, such as opening screens via the mouse or using keyboard shortcuts.
Ensure that the tutorial text is never cut-off.
The tutorial text box should not completely cover important UI elements.
Notes
This pull request depends on #663, #664, #665, #667, #668 and #669.
Description
This pull request re-implements the tutorial UI using NUI. Since the tutorial interacts with most of the in-game UIs, this relies on the majority of other in-game UIs being converted to NUI first.
Testing
Notes