Documentation ¶
Overview ¶
Package tmx contains functions for parsing Tiled maps and extracting their properties.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MapDimensions ¶
MapDimensions stores the width, height, tile width, and tile height for a Tiled map.
func Dimensions ¶
func Dimensions(m *gotmx.Map) (*MapDimensions, error)
Dimensions returns the width, height, tile width, and tile height of a map.
Click to show internal directories.
Click to hide internal directories.