Skip to content

thecodingmachine/map-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiled map optimizer

This project contains a simple command line application (and a GitHub Action) that:

Usage

CLI usage

The map must be in Tiled JSON format.

$ bin/tile-optimizer -i my_map.json -o dist/

Parameters:

  • -i: input file (the name of the map file in Tiled JSON format)
  • -o: output directory. The JSON map file and all textures will be written back here

Limitations:

Tiles must be embedded in the map. This tool cannot read maps in TSX format.

About

A tool to automatically optimize a Tiled map for usage in Phaser 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published