Changes
- When editing function values in Script Editor nodes (specifically text input fields), the script source will now only be updated once you have switched focus to another component. As a result, there should no longer be any delays when typing since the script will not be parsed after every key press.
- Game options (currently, Display Mode and Invert Mouse) are now persisted to a "settings.cfg" file in the game's user data folder.
Bug Fixes
- Fixed a few issues related to the closing/switching of editor tabs when multiple tabs have been opened.