Skip to content
Minh Ngo edited this page Jan 5, 2015 · 18 revisions

Tidal imports Tiled maps to draw in LÖVE.

The library consists of several modules:

Loader
Map
Object
ObjectLayer
ImageLayer
TileLayer
Tile
TileSet
Grid

To load all modules, simply require the library folder:

Tidal = require 'Tidal'
map   = Tidal.Loader.load('map.tmx')
Clone this wiki locally