faiface / gogame

A simple and useful game library in Go.
12 stars 2 forks source link

Suggestion: Implement the whole tmx file format #1

Open otraore opened 8 years ago

otraore commented 8 years ago

Currently your tmx implementation doesn't fully implement the full tmx file format specification. I would suggest engo's implementation which also includes godoc style documentation.

faiface commented 8 years ago

Just added some missing fields. The implementation is still missing: terrains, geometric objects (ellipse, polyline, etc.), tile flipping, I'll add those later. However, this implementation supports a few things, Engo implementation doesn't: custom properties, several fields and default values for visible and opacity :)