A custom resource based on BitmapFont which allows the easy import of oldschool monospaced graphical fonts aligned onto a single texture. Once the base texture has been properly sliced, the resource can be saved as a standard BitmapFont.
Godot addon to convert an animated scene into a PNG sprite.Usage:- Open addons/it.ludidorici.scene2sprite/recorder.tscn- Press Load Scene to select the scene to record (if outside of the current project all the required resources should be embedded).- Configure the capture parameters (number of frames per seconds, delay, size, sprite size, etc).- Press Generate to generate the sprite (you can check the result in the bottom-left preview, click it to enlarge).- Press Save to select the output (png) file.
Tilesethelper helps you creating and changing tiles for the tileset scene.- create tiles from images- cut image(tileset) in tiles- set Collision on tiles- set NavigationPolygon on tiles- set LightOccluder on tiles
Visual novel engine for godot, including editor.Similar to renpy, allows for story telling with images and sounds.
TileMapPlus node give you the ability to create auto-tiling rules. So whenever you paint a tile it will look up the structure of your tiles and apply those rules.