[][src]Module ogmo3::level

Functions and types for parsing Ogmo levels.

Structs

Decal

A decal instance.

DecalLayer

A decal layer.

Entity

An entity instance.

EntityLayer

An entity layer.

GridCell

An individual grid cell, unpacked from a GridLayer.

GridLayer

A grid layer.

Level

An Ogmo level.

Tile

An individual tile, unpacked from a TileLayer.

TileCoords

An individual tile, unpacked from a TileCoordsLayer.

TileCoordsLayer

A tile co-ords layer.

TileLayer

A tile layer.

Enums

GridLayerStorage

Grid data from a GridLayer.

Layer

A layer instance.

TileCoordsLayerStorage

Tile data from a TileCoordsLayer.

TileLayerStorage

Tile data from a TileLayer.

Value

A dynamically typed value.