Well to start, I just copied the code for loading the map and tried to build it, substituting the variables like Rect and others.

Then it went crazy all of a sudden:

http://dpaste.com/2D59A2B

The whole thing went mad, and I was sure I had my imports correct:

import dtiled.data;
import dtiled.map;
import dtiled.grid;
import dtiled.algorithm;
import dtiled.coords;

import Dgame.Math.Rect;
import Dgame.Math.Vector2;
import Dgame.Math.Geometry;
import Dgame.Math.Vertex;

And that's where I was left dumbfounded. I use the latest D compiler, and the latest dub. Dmd v.2.069.1 and dub v.0.9.24

That sounds like a DTiled issue. Create your issue here: https://github.com/rcorre/dtiled
There you will get immediate response. :)

Reply via email to