Converts CSS to Godot Themes
A simple way to generate bitmap fonts for Godot 3.xSlap textures in the TextureSet. Write down the associated character in the CharSet.One character per line for both sets.You can add custom per-character advance/offsets using the associated dictionaries. Advance accepts string/float pairs and offsets accepts string/Vector2.Now with license!
C# conversion of original Hexgrid asset (https://godotengine.org/asset-library/asset/1032)3 Classes that brings hex detection, 3D LOS, distance, influence, shortest path ... all you need to build a classical boardgame based on a single image hex map. A demo in the source tree.
Game template for games using the EgoVenture First Person Adventure framework for Godot.
Use Godot as the display engine for a pinball game powered by the Mission Pinball Framework (MPF). This plugin creates a BCP server in your Godot project that reads and sends data to an MPF game, including realtime updates for player variables, timers, and mode events.
Godot Open Adventure Template (GOAT) is a tool for making 3D adventure games. It supports a simple inventory system, interacting with objects and screens, playing voice recordings with subtitles, and changing game settings.
Interact with the Discord Bot API.Make Discord Bots in Godot!Supports embeds, files, buttons, menus and more.Support Application commands aka Slash CommandsNote: Works on Godot 3.xFor the latest version check the Github repo.Found a bug? Report it on the Github issues page or in the Discord server.Docs: https://3ddelano.github.io/discord.gd/
Plugin for a custom node similar to the ColorPickerButton node but with a text label.
An addon to aid a functional programming style in gdscript.
Generate autotiles 3x3 min from sprites whith 5 tiles, and add to tileset. Based on https://github.com/ShatReal/3x3-min-gen
Generate autotiles 2x2/3x3min from sprites whith 5 tiles or 3x3 from 8 tiles and add to tileset.
A template for games based on the Escoria framework