💝 Improvements
- Add the GDevelop games showcase in a tab of the new project window.
- Improve the start page a link to the Youtube channel, more icons and a link to the showcase.
- Submit your game to the showcase here!
- Add
normalize
expression, map a value betweenmin
andmax
to a value between 0 and 1 (Thanks @Bouh!) - Add condition to check if any key is released (Thanks @Oxey405!)
- Add help link for AdMob actions and conditions
🐛 Bug fixes
- Fix Tilemap not refreshed when the JSON file changed and a tileset JSON is also set (Thanks @blurymind!)
- Fix Tilemap not showing the specified layer in "index" mode (Thanks @blurymind!)
- Fix Tilemap not working in the web-app
- Fix fullscreen not working on certain browsers (Thanks @jonasfj!)
- Fix Firebase action to sign in with 3rd party providers in a browser (Thanks @jonasfj!)
- Fix middle-click drag not working in Yarn editor (Thanks @blurymind!)
- Fix rare layout glitches after resizing the window.
🛠 Internal changes (for developers)
- Improve typing of the Pathfinding extension (Thanks @D8H!)