flambbets

Components and utilities to Flambe Games


Keywords
atlas, camera, flambe, game, snippets, spritesheet, tilemap
License
MIT
Install
haxelib install flambbets 0.3.1

Documentation

flambbets v0.3.1

Snippets (components and utilities) to Flambe Games

Installation

Install from commandline: haxelib install flambbets

In your flambe.yaml, add a haxelib to your project by changing the haxe_flags line:

haxe_flags: -lib flambbets

Usage

See the examples

Classes

  • SpriteSheetTools (static extension)
  • SpriteSheetAnimation (component)
  • BackgroundScroller (component)
  • EntityFactory (utility)
  • Camera (utility)
  • FixedToCamera (component)

Roadmap

  • Texture Atlas (Parser and Animation)
  • Tiled Tilemaps (TMX and JSON)

Changelog

  • improved Camera system.

License

MIT