Water Surface for Godot Engine
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
Godot Text Interface Engine (GodotTIE for short) is a simple-to-use node that works like a Text Dialogue Box; it gets the job done, and it's highly customizable (most of its variables can be changed on the editor).
Godot maze generator using Optimal Path algorithm.
Add borders to your Polygon2Ds. Useful for creating maps using textures.
A Simple customizable Text Menu plugin for Godot.It adds a "SimpleTextMenu" node to Godot, in which you can easily create a retro-like text menu with as many options you want.Its main features:- Can add as much options you need.- Editor-friendly, you can check the menu changes in real-time.- Signal-friendly, it's easy to check which option is being selected.- Options to change the cursor side and menu orientation.
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
A simple Godot CRT Shader that allows some customization on its looks.
Tilesethelper helps you creating and changing tiles for the tileset scene.- create tiles from images- cut image(tileset) in tiles- set Collision on tiles- set NavigationPolygon on tiles- set LightOccluder on tiles
This tool adds a GDCharts Control node.It allows you to create fancy line charts and pie charts.
Polygonizer creates Polygon2Ds from Sprites
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.