Use FontAwesome icons in your game.Exported Node type FontAwesome extends from Label.Additional properties:icon: The icon name e.g id-card you find get from heresize: The icon size
Example of binary game. Improve your ability to convert decimal numbers to binary.
Simple black hole effect working in 2D.
Rope physics addon
Add borders to your Polygon2Ds. Useful for creating maps using textures.
Create smooth arbitrary collision shapes using CollsiionPath2D tool node.Instructions:1. Install CollisionPath node under a CollisionPolygon2D2. Add a Curve to the node3. Options (node exports): * draw_points (bool): Whether points on polygon corners are drawn while editing the curve. * enabled (bool) Whether the curve is converted to polygon or not * max_stages (float) and tolerance_degrees (degrees): parameters of Curve.tesselate
This is a plugin for Godot which adds a new node for arrows.Properties:Target Node Path: path to a node to point atTarget: global position to point atWidth: width of the arrow in pixelsStart Offset: distance of the start of the arrow from the position of the arrow nodeEnd Offset: distance of the end of the arrow from the targetSide Offset: offset to the right (useful if you want to have arrows from A to B and from B to A.Color: color of the arrowEditor Only: hides the arrow in the game so it's only visible in the editor
Water Surface for Godot Engine
A simple plugin which adds a new dock to your project. In this dock, the plug-in will track the amount of time that goes by as the project this plug-in is active in is open in your editor. This data is saved and restored automatically as the project is opened & closed. A reset button is provided if you want to reset your project time for any reason.Updates:-0.2: Added a session time tracker (resets every time you open the project)
The Arc dark theme for godot editorBoth lowDPI and HiDPI are supported
Godot maze generator using Optimal Path algorithm.
A hacky deformable 2D mesh engine for Godot which achieves to maintain visual continuity as opposed to cut-out yet introduces a degree of distortion. Anyway, suited for a variety of use cases.Read the full documentation at the project page.