|
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| README.md | ||
| gameart2d-desert.png | ||
| gameart2d-desert.tmx | ||
| main.go | ||
| screenshot.png | ||
README.md
Pixel Tiles Example
This is a very simple example of how you might load a tilemap generated with Tiled (i.e. a .tmx file), in a game with Pixel for Go.
The tilemap used in this example is humbly borrowed from James Bowman's repo here: https://github.com/jamesbowman/tiled-maps.