GDevelop-extensions
GDevelop-extensions copied to clipboard
Repository of behaviors, actions, conditions and expressions to be used in GDevelop for creating games
### Description Generates a maze, based on a grid of cells. Walls are randomly set up such that there is at least one path to every cell in the maze....
### Description Allows developers to use Newgrounds API for their games ### How to use the extension To use this extension the developer must fullfill these requirements - developer must...
Adds a script engine extension, which allows executing JavaScript safely by isolating it in a web worker and exposing an events sheet controlled JavaScript API to that script. This allows...
### Description This is a fixed version of the extension as the previous PR wouldn't let me edit it to update the file. in order to fix build issues. This...
### Description Make the object change color (blink) using the Damage effect. Choose the duration and color of the effect. Trigger the effect using the Damage Effect action. ### How...
### Description With this behavior you can interact with this object as a button ### How to use the extension Adds button animation effect bounce, zoom in, zoom out, etc...(Requires...
### Description You can draw a semi-customizable minimap using a ShapePainter object. You can set the scale, width and height with offsets on both the X and Y. It also...
### Description ### Dice > As the name might suggest it's an extension that makes it easy to have dice in your game. > 1) You can roll a dice...
This behavior makes the platformer character automatically grabs platforms ledges when they are within reach. Additional constraints can be added to: * make the grabbing range smaller * only grab...
Added many new transitions and options. I want to discuss this design before putting more time into it. Topics to discuss: 1) Should we keep the tweaks created by @westboy31....