A slot-based inventory system that supports nesting containers inside other containers, stacking items, rotating items, and arbitrary item and inventory shapes.
Allows you to easily create polygon
Implements a TileProps class for more flexible tile custom data. This allows the use of enums, meaning a tile can have a custom drop-down menu for mutually-exclusive states: e.g Floor/Wall/Door or similar.TileProps resources are automatically added to each tile on a tileset if it contains a custom data layer named 'Props' of type Object.A more detailed usage guide can be found in the README.md file.
A 2D drop-in replacement for the Godot engine that adds stability and fluids. This version is deterministic, just not cross platform deterministic.This version has:- SIMD (Single instruction, multiple data) operations for even faster performance- parallel solving.
⚠️WARNING: This plugin is under development. It is unfinished, has limitations, and may contain potential bugs.Scene Tile Map Layer is a plugin for Godot that provides an alternative approach to placing scenes on a tilemap. Instead of abstract tiles, the plugin places full scenes on the map, creating real node instances. This allows working with their properties, state, and logic directly.The plugin adds a SceneTileMapLayer node, which replicates the functionality of TileMapLayer, adapting it for scenes.
This asset allow to extract atlas resources and define style box margin to save some time on theme creation.
Room-based Dungeon & cave procedural generator.Uses Binary Space Partitionning and Cellular Automata to achieve natural-looking yet complete levels.
A comprehensive Godot 4.5 plugin for creating 2D fighting games with precision and ease.
ProCam2D is a versatile and feature-rich custom 2D camera node for the Godot Engine, designed to provide industry-quality camera controls for any type of 2D game. This plugin offers extensive customization, including multiple follow modes, smooth transitions, and support for cinematic sequences. With a robust addon system, developers can easily extend its functionality with custom behaviors. Some inbuilt addons include shake effects, grid snapping, and more. ProCam2D is controlled via an autoload, making it accessible from any script in your project. Ideal for developers seeking precise and professional camera behavior, ProCam2D enhances game immersion and player experience.
a plugin to handle ascii type render
QuarkPhysics is a 2D physics engine designed for games. Its goal is to provide a reasonable approach to simulate rigid bodies, soft bodies, and different physics models together.Wiki: https://github.com/erayzesen/godot-quarkphysics/wikiLet's go over what this plugin includes:-A native plugin that integrates the entire QuarkPhysics library into Godot, with builds for all platforms.-An editor plugin that provides unlimited editing capabilities for QMesh inside Godot.-An example project and 8 example scenes to help you try QuarkPhysics and explore how it works.-Native API documentation.
A simple 2d health bar with a damage indicator