Posted August 20, 2022 by Pelatho
#coder #errors #scripting
Console: The console has a new 'quickstart' command which helps users get oriented quickly.
Coder: You can now use CTRL+Space as well as CTRL+Tab to toggle the sidebar, since CTRL+Tab is conflicting with web browser tab switching.
Editor: The editor will store which window was focused when saved and resume from where you left off, for a smoother experience.
Default Main Menu: Pressing Esc while running a game will show a main menu, allowing you to quit the game. When a game is opened from the editor, quitting from this menu will automatically re-open the project in the editor.
Errors: Any script errors that occur during play will be shown in the console. This is currently done by scraping the log file.
Scripting: A new btn() function in the script base class that returns the state about a button.
Example: btn("a").down is true when the gamepad A button is pressed.