Skip to content

MAJigsaw77/flxgif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

Licensing

flxgif is made available under the MIT License. Check LICENSE for more information.