FunGEn-0.4: FUNctional Game ENgine

Safe HaskellNone

Graphics.UI.Fungen.Map

Description

This FunGEn module contains the map (game background) routines.

Documentation

type Tile t = (Int, Bool, Float, t)Source

type TileMatrix t = [[Tile t]]Source