Florian Rival/GDevelop: Release v5.0.0-beta112
Name: GDevelop
Owner: Florian Rival
Release: 5.0.0-beta112
Released: 2021-07-15
License: NOASSERTION
Release Assets:
This is a bugfix release that solves a few issues with beta 111.
Read all the new features, improvements and bug fixes in beta 111 notes!
🐛 Bug fixes
- Fix focus not set when editing a mouse button field in the events sheet
- Fix variables not shown properly in the debugger
- This removes
toJSON
method ongdjs.Variable
. This was just introduced in beta 111, if you're using it, please usetoJSObject
instead andJSON.stringify
.
- This removes