puppetmaster- / tileset_plugin

A plugin for the Godot Game Engine, to help creating/changing tileset scene.
MIT License
54 stars 16 forks source link
2d godot godot-engine plugin tileset

tileset_plugin

A plugin for the Godot Game Engine, to help creating/changing tileset scene. asset library tilesethelper

Howto

create tile with a StaticBody2D and collisionPolygon

set_collision_polygon

create multiple tiles with Collision, Navigation and LightOccluder nodes

multicreate

multi select tiles

multiselect_

Create tiles from one image

create_tiles_from_one_image

Instalation