
This plugin import color-keyed BMP image as texture with transparency. Useful for legacy assets that use color-key / chroma-key instead of alpha channel.
This plugin import color-keyed BMP image as texture with transparency. Useful for legacy assets that use color-key / chroma-key instead of alpha channel.
Cutout animation helps a lot keeping the generation of images needed into a reasonable amount. Instead on making one sprite for each frame we can make a set of parts of the sprite and animate them in batchs. It's very easy if the animation only goes two ways, but when making animations for more axis we need a new set for every direction, and changing them in the editor gets very complicated. This plugin helps in maintaining a set of images for each direction or action and helping changing them in batchs via editor panels at the bottom and helper functions in the nodes with the images. This video shows how to use the Godot Cutout Helper plugin.
Gives the class AnimatedTextureButBetter which is a subclass of AnimatedTexture which has the ability to load frames by choosing a folder.
A simple Install Wizard, can be edited to fit almost any project.
Here is a utility that allows recive messages and commands from the Twitch's Chat. This utility can send messages too. You can find a example in the Example folder.
Standard PlayerPrefs implementation similar to that in Unity. Used for fast and easy storage of small amounts of data. Written in C#. Supports all platforms.
A Godot 4.0 addon that adds a LayoutNode3D node that allows you to easily layout child nodes in 3D on any axis and with custom spacing.
With this tool you can create SpawnPoints for your enemies or goodies using a mixed set or them. You can spawn your enemies or goodies in 2D and 3D. Place your SpawnPoint or SpawnPoint2D in your scene and drop the various Scenes into the Products list. The image below should give you an impression
The "NMKR SDK for Godot" plugin addresses the need for seamless integration of NFTs and other blockchain capabilities in the gaming industry, particularly targeting indie game developers using Godot. With this tool, we aim to attract new developers and users to the blockchain ecosystem, broadening its user base while facilitating the implementation of NFT technology for game developers who are adopting different revenue models.
GoMask2D is a plugin for Godot that allows you to create texture masks from hierarchical nodes. Support for nodes: Sprite, Polygon2D, Path2D, Line2D and SmartShape2D addons New Features: - Added draw feature (used to draw at runtime) - Switch StreamTexture - Added new Example
A simple Tile Pattern Editor for the Godot Editor, enabling the creation and editing of tile patterns for use in tile-based games or systems.
Plugin that allows you to generate BitmapFonts from a texture Ussage: 1. Clone the plugin repo or download it from the AssetLib 2. Enable the plugin (Project > Project Settings > Plugins) 3. Create a new CutBitmapFont resource (Right click in filesystem > New Resource > CutBitmapFont) 4. Select the resource in filesystem and edit the properties in the inspector
Quickly create an ICO image from a selected list of PNGs.
A terraria-style player object with pre-made collision and gravity. Taken from one of my upcoming games. Control names are: movement_left movement_right movement_jump action
基于https://godotengine.org/asset-library/asset/3825二次开发的工具,可以将.xlsx文件转换为可查询的表格实例 A tool developed based on "https://godotengine.org/asset-library/asset/3825" can convert.xlsx files into queryable table instances.
DatePicker is a themed Godot calendar addon inspiried by the Windows 11 calendar. Two scenes are available: DatePicker and Calendar. DatePicker is a Button that when clicked displays a Calendar. When a date on the Calendar is selected, the Calendar is hidden and the text of the DatePicker button is updated. The header of the Calendar (i.e. 2025 or March 2025) can be clicked to toggle between the year and month views. Only available in C#.