mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-25 04:15:49 -04:00
4e5d268f63
* Fix an uncatched exceptions when a tile map resource is not set. * Show place-holders for tile map with invalid resources in the instances editor. * Give a better default name to tile map collision mask objects. * Add a border around the tile map collision mask objects in the instance editor.
Extensions for GDevelop
These are the "official" extensions directly bundled with GDevelop.
Writing your extensions or contributing to an existing one 😎
Most extensions can be written in JavaScript.
Read this README to learn everything about writing extensions for GDevelop.
License
- Extensions are provided under the MIT License: see license.txt file.
- External libraries can be used by extensions (Box2D, Dlib or SPARK for example). See their licenses in their directories.