Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 994 Bytes

File metadata and controls

19 lines (13 loc) · 994 Bytes

bobsgame-exporter

Discord

This project currently only exports tilemaps from Bob's Game projects made with bgEditor. Future functionality will be added for exporting maps to be compatible with Tiled in the near future.

Usage

Using the exporter is fairly simple, here is the usage:

usage: bgexporter
 -o,--output <outputFile>                          The path to the output
                                                   file.
 -pe,--png-export-tilemap <projectZipFilePath>     Exports the tilemap as
                                                   a PNG file.

An example command would be java -jar bgexporter.jar --output test/tilemap_output.png -pe test/demo.zip. This will export the tilemaps from demo.zip into tilemap_output.png.