Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 932 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 932 Bytes

TexturePacker Importer

This is a plugin for Godot Engine to import TileSets and AtlasTextures from the TexturePacker

Note: This is compatible only with Godot 3.0 or later.

Installation

Simply download it from Godot Asset Library

Alternatively, download or clone this repository and copy the contents of the addons folder to your own project's addons folder.

Important: Enable the plugin on the Project Settings.

Features

  • Import sprite sheets as AtlasTextures
  • Import sprite sheets as TileSets
  • Supports trimmed sprites (margin)
  • Supports MultiPack

Usage (once the plugin is enabled)

  1. Save your sprite sheets / tile maps in your project folder
  2. Watch Godot import it automatically.

License

MIT License. Copyright (c) 2018 Andreas Loew / CodeAndWeb GmbH