Import TileMaps from Tiled Map Editor (http://mapeditor.org). This imports each map as Godot scene which can be instanced or inherited.If you like this plugin, consider buying me a (maybe monthly) beer on https://liberapay.com/vnenNew on 1.6* Fix a bunch of long-standing bugs.* Tile properties can inserted into TileSet metadata.* A few changes to make the imported scene closer to Tiled display.New on 1.5* Fix a bug that caused infinite loops on some maps.New on 1.4:* Navigation polygon now is set correctly.* TileSets with non-sequential IDs are supported.* Fix issue with absolute paths in the TMX.* Now it allows tile images with unmatched sizes.New on 1.3:* Detect polygons to select if it's convex or concave.* Sort polygons' vertices to ensure they are in the order Godot expects.* Support for post-import script.* Fixed bug that failed to import polygonal collision shapes.* Fixed bug that caused infinite loop when the re-import errored.New on 1.2:* Support for image and object layers.* Custom properties now become metadata.New on 1.1:* Support for isometric maps.* Custom TileSet image flags.* A few bug fixes.Features:* Accept both .json and .tmx formats.* Import TileSets and Images as separate or embedded resources.* Import collision, navigation and occluder shapes (if the objects are of the given type).* A few options to tweak the import.
Legacy version of the plugin. For Godot Engine v2.xYou can find 3.0 version here: https://godotengine.org/asset-library/asset/188An abstraction layer for Godot Engine to enable interaction with Twitch chat.History---------* v1.3.0 - Add your aliases for commands. They become a regular commands with a cloned reaction, so you can manage them as regular commands; - Chat list is now present, so you can track what users join or leave your chat (the corresponding signals are there) .* v1.2.1 - Integrated interactive commands.You can now easily add commands for the bot and reaction callbacks to them in a glimpse of a second!