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: Add new specialised KeyActivatedButton and UIWarnButton widgets to mimic existing UI behaviour #605

Closed BenjaminAmos closed 2 years ago

BenjaminAmos commented 2 years ago

Description

This pull request adds the KeyActivatedButton and UIWarnButton widgets to mimic the UI behaviour of the pre-existing SolUiControl buttons.

The pull request also adds a separate button disabled texture (previously missing) and moves the MigTestScreen into a seperate test screens package. image

Testing

Notes

Cervator commented 2 years ago

With #588 merged this is partially obsolete, but the additional test screen is new and the old one moved. @BenjaminAmos want to redo that setup real quick or apply anything else left from this PR? No rush of course :-)

BenjaminAmos commented 2 years ago

The new test screens should probably go in a separate module and all the other changes in this PR merged as part of #588, so I'm going to close this for now.