https://github.com/jkirsteins/tiled-flxexporter
Tiled Map Editor plugin that generates an Actionscript 3.0 class (inheriting FlxGroup) for use in Flixel projects
https://github.com/jkirsteins/tiled-flxexporter
Last synced: about 1 month ago
JSON representation
Tiled Map Editor plugin that generates an Actionscript 3.0 class (inheriting FlxGroup) for use in Flixel projects
- Host: GitHub
- URL: https://github.com/jkirsteins/tiled-flxexporter
- Owner: jkirsteins
- License: gpl-2.0
- Created: 2010-05-21T08:30:55.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-05-22T23:05:35.000Z (almost 15 years ago)
- Last Synced: 2025-04-09T20:58:08.724Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
FlxExporter
ABOUT FLXEXPORTER
FlxExporter is a plugin for Tiled Map Editor that adds a new export
format for maps - ActionScript 3.0 source. It generates a class
that inherits from FlxGroup and can be used directly in
Flixel projects, without writing an importer.FlxExporter is available only for the Qt version of Tiled Map Editor.
COMPILING
Put the plugin folder in %TILED%/plugins/src, where %TILED% is the
path to Tiled source.Then modify %TILED%/plugins/src/plugins.pro and add FlxExporter to
subdirs:(e.g., subdirs=FlxExporter tmw)
Run qmake.Now compile Tiled as usual and FlxExporter should be built with it.