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
Cute 3D third person shooter game kit.What's included in this project:- Third person player controller.- Networked multiplayer implementation, use -sv param to host a server with headless version of export template.- Gun firing, currently only have projectile firing (rocket launcher).- Chat system with a text command.To do:- Lobby system.- Scoreboard.- Capture the flag mode ?- Etc.
Godot Text Interface Engine (GodotTIE for short) is a simple-to-use node that works like a Text Dialogue Box; it gets the job done, and it's highly customizable (most of its variables can be changed on the editor).
This plugin adds a new TreeNode node to Godot. After having created a resource to this node and attached it the TreeNodeResource script provided, the user can design Dialog Trees in the TreeNode.
A hacky deformable 2D mesh engine for Godot which achieves to maintain visual continuity as opposed to cut-out yet introduces a degree of distortion. Anyway, suited for a variety of use cases.Read the full documentation at the project page.
A Simple customizable Text Menu plugin for Godot.It adds a "SimpleTextMenu" node to Godot, in which you can easily create a retro-like text menu with as many options you want.Its main features:- Can add as much options you need.- Editor-friendly, you can check the menu changes in real-time.- Signal-friendly, it's easy to check which option is being selected.- Options to change the cursor side and menu orientation.
1000 years after post-apocalyptic Earth, many form of lifes went extinct, including humans. An alien robot series, called Minilens, are cleaning up earth and collecting surviving flora. The game is won by destroying all Radioactive Barrels and collecting surviving flora. The drawback is that Minilens can't jump.
A simple Godot CRT Shader that allows some customization on its looks.
MatCap Shader for Godot like Blender Matcap
This tool adds a GDCharts Control node.It allows you to create fancy line charts and pie charts.
Polygonizer creates Polygon2Ds from Sprites
A simple example game mimicking the arcade classic Snake. Uses Godot's custom drawing.- Arrow Keys to move.- Collect food (orange) to grow.- Don't hit the edges or cross over yourself.