I'm just playing really but I was wondering if there's any way to change the viewing angle instead of top down view.
Basically I want to do this:
NPC Code:
tilelayers[0].rotation = pi/8;
tilelayers[0].stretchy = 0.7;
to give a sorta perspective view on levels.
I guess this isn't possible.
I could make tiles that did this but the tiles would have to be skewed graphics and would require connections to all the other tile types.
If it were possible to skew/rotate the entire level changing the view angle would be simple.