Senevri

Results 7 issues of Senevri

There is currently no in-built way to access the graphic for a Tile object - an object with a gid associated with it - from the object layer.

missing feature

Crashes, and fails to load any and all tiles. Running process: E:\dev\HaxeToolkit\haxe\haxelib.exe run openfl run "E:\dev\tekele\LudumDare\LD28\application.xml" windows -debug -Dfdb Called from ApplicationMain::main::ApplicationMain.hx::35 Called from Lib::create::flash/Lib.hx::92 Called from extern::cffi::E:/dev/HaxeToolkit/haxe/lib/hxlibc/1,1,1/src/hx/Lib.cpp::135 Called from...

( Duplicate of #5 ) Basically, it only works if the tile layer is using the first tileset created, and thus it's Gids start at 1. otherwise, it tries to,...

When creating a tileset, the tileset entry is replaced by a reference in the tmx file like so: ``` - - - + ``` partially bad planning on Tiled's part?...

Expected behavior: a rectangle of (x, y, width, height). Actual result: a rectangle of (x, y, 0, 0).

float parsing blows up; some cultures use comma as a decimal separator and XMLReader localizes it's output, it seems. fix: in both Layer.Load and ObjectGroup.Load: ``` CultureInfo ci = (CultureInfo)CultureInfo.CurrentCulture.Clone();...

Windows 7 64-bit, JRuby with SDL.dll in application's directory - and the execution directory of ruby. DLL also copied to windows system directories. ``` LoadError: Could not load SDL. load_library...