Rope addon written in C#.Compatible with Godot 3.2.
Convert tilesets, autotiles and autotiles animated from RPG Maker to tilesets of Godot (with animations, collisions and occlusions included!)
A new Color Picker node for Small UI.First Enable the Plugin from Editor Settings then search for ColPicker node and add it to the scene.it has 2 colors primary_color and secondary_colorto change primary_color use the Left Mouse Button.to change secondary_color use the Right Mouse Button.secondary_color can be disabled to work with only one color [primary_color].pressing on the color buttons will popup a new panel to edit RGB, HSV, Hex or to pick a color from the screen [you can press Right click to disable color picking].
A table control which can be sort and dynamic update
A script that takes a sprite, divides it into blocks and makes them explode 💥!
An easy to use 2D Weather for Godot games including wind, rain, snow and some scene darkening...INCLUDES:1. An easy to configure weather node to place in your scene.2. A "weather collider" node to place in your game so weather changes when player enters in a specific area3. Samples scene including a graphic UI to test different weather variables.FEATURES:- Simple to configure- Follows the player (or another node)- Rain and Snow textures and be easily changed
Rhubarb Lip Sync TPI for Godot is a Godot Engine addon made by AniMesuro that integrates Rhubarb Lipsync's command-line program into a more user friendly popup-window optimized for use in Godot.Rhubarb Lip Sync is a tool created by Daniel S. Wolf that allows for an automated alternative to producing lipsync animations. You can use it for animating speech in computer games, animated cartoons, or any similar project.
A custom Control node that draw an isometric cube with given texture, color, size etc ...The Control rect width define the width of the cube.
This plugin simply creates/modifies animations in an AnimationPlayer that change the "offset" and "region_rect" properties of a Sprite/Sprite3D node based on the animation tags of a Sprite Sheet JSON data file generated by Aseprite.
A plugin that binds 2D snap settings to: TileMaps' cell size, RayCast2D's cast-to and Area2D's shape sizes, all appended under new nodes.Comes with a template for creating a scene for a JRPG overworld. It has a player that can be controlled to move around and an obstacle. A checkered background is also added as a reference to the player's co-ordination.
Automatic generation of internal points and polygons for Polygon2d
A 2D ☀️ Day / 🌔 Night cycle using CanvasModulate and a moon light effect using Light2D.
A tool that allows the creating of graphs/charts.Current Supports LineGraph and some Pie Charts.example_ChartGraph folder contains all examples and can be deleted.
Adds a new, feature-packed UI nodetype for displaying text with a typewriter effect.Features include:- Full bbcode support, including custom effects!- Change speed dynamically!- Play forwards or backwards!- Play random voice effects when a letter is typed!- Automatic scrolling for oversized text!- Built-in text skipping and acceleration!- Automatically plays when the message is changed!- Text Transition effects!Updated 9/29/2020:- Now 3.2.3 compatible- Some new features. (See github commit)- The github now has a wiki with some usage informationUpdated 11/3/2020:- Now supports fancy text transition effects!- A number of squashed bugs- Finally remembered to update the version number in the config file. Oops.
A container that lays out it's children on a horizontal row according to their minimum sizes. When it can't fit another, it starts a new row.The node is called "HFlowContainer" and is a child of "Container".Features:- Updates when it's width is changed.- Works in the editor.- Works in ScrollContainer.- Hiding children works.- Customizable horizontal and vertical margins between the child nodes.The container does (currently) not support:- Child scaling.- Child rotating.- Child Size Flags ("Fill", "Expand" etc.)---- Changelog ----- 1.0.0: Initial release.- 1.0.1: Fixed "narrowing conversion" warnings.- 1.0.2: Works by default in ScrollContainer. (By always settting horizontal size flag to EXPAND + FILL)
Create CollisionPolygons from Sprites
I am building out a re-useable Camera Controller singleton. So far it has a shake feature that uses perlin noise and tweening to create some smooth camera effects.You can use the base class for production or the dev tools class for on screen testing of the screen shake.A work in progress to be sure. Currently working on a change camera target system that allows smooth transitions between on screen targets.https://www.burtonmediainc.com/#godot-camera-controller-2d
This is easy way to put a joypad in your godot project.
A GDScript port of Delaunator: A fast library for Delaunay triangulation of 2D points.
Nodes to implement a blocking dialogue system, including text output, text input and selection of an element from a list.The nodes support the keyboard, mouse and multitouch, and block the input as long as the player is interacting with them.
Emoji mode use Twemoji.This addon provides the following nodes to use emojis in Godot:EmojiIcon: A node that displays an Emoji.EmojiButton: A node that displays an Emoji as a button.It's also adds EmojiFinder to the Godot editor's toolbar. So you can find the emojis easily.
An overworld map for a JRPG.Comes with Dialogic v1.1 by coppolaemilio. For more info on Dialogic, see https://github.com/coppolaemilio/dialogic
This will add a CalendarButton node that allows you to easily select a date without having to do all the work of creating your own Calendar and Date classes. Very easy to use.
An RPG style RichTextLabel node that plays a message bit by bit with accompanying sound.