You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2021. It is now read-only.
Download and place everything in your project's addons/autotile/
directory tree.
In Godot, go to Scene -> Project Settings -> Plugins (Tab).
Set the status for the plugin to Active.
In the 2D scene editor, create a new node. Type in AutoTileLayer
to find the node to add.
Use the property panel to set up the tileset to use.
in the default brush mode, use the left mouse button to draw and
right mouse button to erase.
Switch to box mode to cover larger areas in one go using the toggle
at the top of the viewport or using B and N keys.
NOTE: While RPG Maker's Autotile is a conveninent format to work with
do remember that most of their official tilesets are licensed for use
only on their products. Always check the license before using other
people's work in your project.
License
Copyright (c) 2016, Zher Huei Lee
All rights reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
This notice may not be removed or altered from any source
distribution.
About
Addon for Godot Engine. Adds support for RPG Maker's Autotile tilesets.