terroo / map-tmx

Parser example shown in the video described in this repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Map TMX

Parser example shown in the video described in this repository


English

This repository does not have the images indicated in the .tmx file, you need to download them here at this link, unzip and save them in the resources/tileset directory of this repository .

That example described the details in this video. Watch if you can't get this example to work

The path of the images can be identified by reading the file file.tmx

cat file.tmx

Português

Esse repositório não tem as imagens indicadas no arquivo .tmx , você precisa fazer o download delas aqui nesse link , descompactar e salvar dentro do diretório resources/tileset desse repositório.

Esse exemplo descrito os detalhes nesse vídeo. Assista caso não esteja conseguindo fazer funcionar esse exemplo

O caminho das imagens pode ser identificado lendo o arquivo file.tmx

cat file.tmx

Dependencies


Building

git clone https://github.com/terroo/map-tmx
cd map-tmx
make

About

Parser example shown in the video described in this repository

License:GNU General Public License v3.0


Languages

Language:C++ 92.9%Language:Makefile 7.1%