mirror of
https://github.com/Relintai/MemR.git
synced 2024-11-14 10:27:20 +01:00
.. | ||
gif-lzw | ||
GIF2AnimatedTexturePlugin.gd | ||
GIF2SpriteFramesPlugin.gd | ||
GIFReader.gd | ||
HEAD | ||
LICENSE | ||
plugin.cfg | ||
plugin.gd | ||
README.md |
Godot GIF importer
Plugin for Godot Engine to import GIF image as AnimatedTexture
Installation
Download or clone this repository and copy the contents of the addons
folder to your own project's addons
folder.
Then enable the plugin on the Project Settings. All your project's GIF assets should now appear in the Godot's asset browser as AnimatedTextures.
Credits
This little script uses godot-gif-lzw to decompress images, and is entirely based on the content of this website.
The author of godot-gif-lzw also developped a little godot script to compress and export GIF images.
License
MIT License. Copyright (c) 2021 Vincent Bousquet.