A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/melonjs/tiled-inflate-plugin below:

melonjs/tiled-inflate-plugin: a plugin to allow the loading and parsing of Tiled compressed (gzip/zlib) maps in melonJS

melonJS Tiled inflate plugin

a melonJS plugin to enable loading and parsing of zlib and gzip compressed Tiled maps

zstd compressed maps are not supported, see here for more details Note: this plugin requires melonJS version 15.2.1 or higher

$ [sudo] npm install @melonjs/tiled-inflate-plugin

Then import and instantiante the plugin in your project. For example:

import { plugin } from 'melonjs';
import { TiledInflatePlugin } from '@melonjs/tiled-inflate-plugin';

// register the plugin
plugin.register(TiledInflatePlugin);

Once successfully registered, compressed maps will automatically be loaded and parsed by melonJS, no further actions are required.

If you need technical support, you can contact us through the following channels :


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4