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
Do you like thin sharp lines of Kentucky Route Zero? Do you like Battlezone? Do you want to use wireframe art style? Do you need outline shader? The problem of pure wireframe look is that every edge of the model is rendered. And because every model has to be triangulated before rendering, you will get a very noisy look with a lot of unwanted triangles. This tool will help you to create customized wireframe from imported mesh.
A heightmap-based terrain node for Godot Engine 2.1, written in GDScript. More details in README or Github.Note: while I think the plugin can be used, I plan to add more features so I set the major version to 0. Expect potential changes in the API when minor version increases (the last version digits are for bug fixes and small features)If you encounter any bug, take a look at the issue tracker: https://github.com/Zylann/godot_terrain_plugin/issuesFeature changelog:0.4:- Added texture paint through vertex colors- Added HumanSheeple's shader to support up to 18 textures- Added jump to the demo, I guess- Fix Modo navigation conflict0.3:- Added collisions- Improved demo with a simple character controller- New icon0.2:- Added flatten brush mode- Fix terrain having no default size0.1.1:- Fix bottom panel editor conflict0.1: Initial release- Heightmap edition with undo/redo- Small demo with simple texture-less shader
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.
A simple tool to import skyboxes (cubemaps) from Internet resources sites to use in Godot Engine.For comments, requests and other things use this thread https://godotdevelopers.org/forum/discussion/17435/godot-skybox-converter-plugin#latest
A simple Godot CRT Shader that allows some customization on its looks.
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 tool adds a GDCharts Control node.It allows you to create fancy line charts and pie charts.
Polygonizer creates Polygon2Ds from Sprites
A Plugin for the GodotEngine to import MagicaVoxel's .vox format as meshes For Godot version 2.1.xHow-To:Install the Plugin using the Asset Lib.To Start importing go to: Import -> MagicaVoxelChoose the file to load from, and a Folder to save the Mesh in, and press "OK"The .msh file was now created, you might notice that it is plain white. The Color vertices are not enabled yet. To enable them, add an Fixed Material to the Mesh and enable its "Use Color Array" Flag. The colors should now appear. Have fun!