Icon Widget adds an in-editor Iconify browser to Godot: search and preview icons without leaving the editor, then replace the selected widget icon in one click. It also supports local SVG/PNG files and quick import to project folders.
A tool for lossless compression of sprites with identical regions.Use SpriteDicing to split a set of sprite textures into units, discard identical ones, bake unique units into atlas textures to then seamlessly reconstruct the original sprites at runtime, without actually keeping original textures in the build.The solution significantly reduces build size when multiple textures with identical areas are used.
A collection of plug and play game component to help speed up game development
Allows you to easily create polygon
A Godot editor tool that streamlines the creation of frame-based animations from sprite sheets.
a godot deungeon creation tool
Create custom easing curves for tween interpolation.
DragDrop2D is a simple GDScript framework to allow the player to drag/drop CharacterBody2Ds around.
A Camera2D inheriting node that allows for an attached Window node to have it's screen position and size corelate exactly to this node's global_position and camera size.This supports both embedded and native windows, and allows for the screen offsets to be relative to the virtual screen space or the SceneTree.root. This also ensures that the positioning and resizing of the window works both ways, allowing for full use of the native OS's window handles.Due to heavy implementation changes introduced in Godot-Spyglass v2, Godot-Spyglass v2 is not backward compatible with Godot-Spyglass v1. This also means that compatibility with Godot v4.5 is no longer supported.
a plugin to handle ascii type render
BlastBullets2D is a high-performance, free and open source C++ plugin for Godot Engine that enables optimized bullet spawning and management in 2D games. It’s designed to efficiently handle a large number of bullets with minimal performance overhead, making it ideal for fast-paced, bullet-heavy gameplay.If you're searching for a Godot optimized bullets plugin, BlastBullets2D is built exactly for that purpose.Also perfect as a Godot bullet hell plugin since it allows having THOUSANDS of bullets visible on screen.BlastBullets2D comes already compiled and ready for these platforms: Windows macOS Linux Android iOS WebBlastBullets2D is fully cross platform now, because it uses the godot-plus-plus template. If you also want to write C++ code in Godot or you have some old GDExtension plugins you want to update, I suggest checking it out.BlastBullets2D integrates seamlessly into your Godot project. You do not need any knowledge of C++ to use it. Everything is controlled through GDScript, made possible by Godot’s GDExtension system.For more information visit the official repository here:https://github.com/nikoladevelops/godot-blast-bullets-2d
Plugin for Godot that adds a projectile system. There are two projectile classes, base one and extended, to which you can add more stuff, like changing speed every second or making it disappear only after interacting with 3 objects.