Technical Update 0.37.7
Alpha 0.37.7 is just a small technical update to improve the stability of the game and change some minor things in preparation for the custom creator update.
There is also some new stuff:
There is also some new stuff:
- Added an option to campaign levels to not show the description/prepare UI between levels (this screen will still be visible when starting the campaign from the main menu)
- Added an Array/Clear scripting node to remove all elements from an array
- Added nodes to help with different aspect ratios when creating custom UI
- CurrentWidth, CurrentHeight, AspectRatio nodes can be used to get information about the current dimensions of the game window
- NormalizeX & NormalizeY can be used to convert screen coordinates or sizes from absolute pixels into normalized values (0-1)
- CurrentWidth, CurrentHeight, AspectRatio nodes can be used to get information about the current dimensions of the game window
- [Win64] When overwriting a save file and using the recycle bin is not allowed, the game will create a '__backup.xml' file in the same directory to prevent accidental loss of save files