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.
- Host: GitHub
- URL: https://github.com/puppetmaster-/tileset_plugin
- Owner: puppetmaster-
- License: mit
- Created: 2016-08-02T19:42:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T13:11:23.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T10:33:05.283Z (over 1 year ago)
- Topics: 2d, godot, godot-engine, plugin, tileset
- Language: GDScript
- Size: 170 KB
- Stars: 54
- Watchers: 8
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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

## create multiple tiles with Collision, Navigation and LightOccluder nodes

## multi select tiles

## Create tiles from one image

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