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.
Card Framework is a lightweight, extensible toolkit for creating 2D card games in the Godot Engine. Whether you're building a classic Solitaire, a TCG (Trading Card Game), or a deck-building roguelike, the Card Framework provides flexible card handling and UI structures to speed up development. Use this framework as a starting point for card-based gameplay in any 2D project.
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.
Allows you to easily create polygon
A collection of plug and play game component to help speed up game development
A Godot editor tool that streamlines the creation of frame-based animations from sprite sheets.
Create custom easing curves for tween interpolation.
SpringBody2D adds a trampoline-like physics node to Godot 4, producing elastic bounce reactions when RigidBody2D objects collide with it. Unlike standard high-restitution collisions which reflect velocity instantly, SpringBody2D accumulates energy during impact and releases it as an outward impulse on separation — creating a weighted, physically satisfying bounce from dropped or flung objects without requiring direct user input.Nodes are customizable with properties for bounce intensity and responsiveness, and can be combined with each other and other physics bodies for varied interactions.Enable via Project → Project Settings → Plugins → SpringBody2D
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.
Composable card and battlefield zones for Godot 4.6: UI-native Zone controls, spatial models, and predictable drag/drop.
This is a plugin that lets you use FontAwesome 6 (free) icons in your project.