Devlogs
Version 2.4.0 - New features & bug fixes
Posted January 29, 2022 by Pikku-a
#update
Dialogue engine Version 2.4.0
This version adds lots of new features and also there were some bug fixes.
BIG CHANGES
- Speech bubbles are now always inside the view.
- Simple backlogs are here! Especially useful for visual novel type games. The new scripts are: textbox_show_backlog(), textbox_backlog_visible() and “internal” script textbox_draw_backlog().
- Now you can set an infinite amount of messages in one textbox! (Previously 10 was the max.)
- Now it’s possible to select the option with WASD.
- Selected option will now have a rectangle so it’s easier to see. (Option objects will now be invisible.)
LITTLE CHANGES
- Removed some unnecessary lines of code from the “internal” scripts and made some little changes to possibly improve performance.
- Decreased dialogue skip delay slightly (again).
- Updated manual
BUG FIXES
- There is a possibility that this update fixes some rare bugs with the speech bubbles.
- Fixed bug that prevented continuing in dialogue if the speed of the text was a certain value.