Geokureli / flxgif

Yagp's Gif Player for HaxeFlixel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flxgif

Yagp's Gif Player for HaxeFlixel.

Installation

You can install it through Haxelib

haxelib install flxgif

Or through Git, if you want the latest updates

haxelib git flxgif https://github.com/MAJigsaw77/flxgif.git

Basic Usage Example

import flxgif.FlxGifSprite;

var nikki:FlxGifSprite = new FlxGifSprite(0, 0);
nikki.loadGif('assets/nikki.gif');
nikki.screenCenter();
nikki.antialiasing = true;
add(nikki);

About

Yagp's Gif Player for HaxeFlixel.

License:MIT License


Languages

Language:Haxe 100.0%