Skip to content

lyze237/gdx-LEdMap

Repository files navigation

gdx-LEdMap

A libgdx parser for LEd https://deepnight.net/tools/led-2d-level-editor/

Build, Test, Publish License Jitpack

Note

This is in an extremely early stage and does not work at all.

Installation

  1. Open or create gradle.properties in the root folder of your project, add the following line:
gdxLEdMapVersion=VERSION

Check Jitpack for the latest version and replace VERSION with that.

implementation "com.github.lyze237:gdx-LEdMap:$gdxLEdMapVersion"

Html/Gwt project

  1. Gradle dependency:
implementation "com.github.lyze237:gdx-LEdMap:$gdxLEdMapVersion:sources"
  1. In your application's .gwt.xml file add (Normally GdxDefinition.gwt.xml):
<inherits name="dev.lyze.ledmap" />
  1. Check the repo for an example.