Skip to content

1.02

Latest
Compare
Choose a tag to compare
@stillwwater stillwwater released this 16 Sep 00:47
· 8 commits to master since this release

Added

  • Variables: defined with set name value, accessed with $name. Run set with no arguments to display all variables and their values.
  • Option to change the alpha value of the input background texture.
  • Command hint argument for better error messages. Use RegisterCommand(Hint = "Command $a")] to show a command's usage.

Changed

  • Better autocompletion: autocomplete can now partially complete words when there are multiple suggestions available.

Fixed

  • Fix background texture being destroyed when loading a scene with the Terminal set to DontDestroyOnLoad.
  • Fix hotkeys bound to function keys causing the input to not register the first character.
  • Fix formatting on autocomplete suggestions.