An open API service indexing awesome lists of open source software.

https://github.com/puppetmaster-/tileset_plugin

A plugin for the Godot Game Engine, to help creating/changing tileset scene.
https://github.com/puppetmaster-/tileset_plugin

2d godot godot-engine plugin tileset

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# tileset_plugin
A plugin for the Godot Game Engine, to help creating/changing tileset scene. [asset library tilesethelper](https://godotengine.org/asset-library/asset/9)

# Howto
## create tile with a StaticBody2D and collisionPolygon
![set_collision_polygon](https://user-images.githubusercontent.com/10463138/91659857-b6418380-ead2-11ea-8cac-268a4819fc1a.gif)
## create multiple tiles with Collision, Navigation and LightOccluder nodes
![multicreate](https://user-images.githubusercontent.com/10463138/91659815-8f834d00-ead2-11ea-99af-6179c5f10008.gif)
## multi select tiles
![multiselect_](https://user-images.githubusercontent.com/10463138/91659800-77abc900-ead2-11ea-8fb2-232ae6c0e175.gif)
## Create tiles from one image
![create_tiles_from_one_image](https://user-images.githubusercontent.com/10463138/91659790-66fb5300-ead2-11ea-8ea7-9537cc5e3d4d.gif)

# Instalation
- create addons folder in project
- copy tileset_plugin folder into addons folder
- open project settings and activate plugin