openfl-tiled-flixel使用带有HaxeFlixel的实验胶水。

报告问题

如果您想报告问题,请使用以下命令安装openfl-tiled-flixel:

haxelib install openfl-tiled-flixel

请注意,这个包依赖于openfl-tiled。

如何安装开发版?

要安装当前的开发版本,只需要在终端中运行以下命令:

haxelib git openfl-tiled-flixel https://github.com/kasoki/openfl-tiled-flixel dev

用法

使用时,您只需要使用FlxTiledMap而不是TiledMap


var map = FlxTiledMap.fromAssets(\"assets/map.tmx\");

this.add(map); // FlxTiledMap 使用方式