THE TEASER
Ok, i have promised a teaser for next version.
Basically, I already have a map, if i could only project it into the 3d space, assuming that platforms are nearly flat, i could exactly see the edges and never click on anything beyond them...
but why bother with writing 3D projection?
Well.. there are several benefits:
- Quickly determine if click belongs to an island
- Or better yet... don't search for monsters outside of island footprint (and since i already split screen search, that would be rather simple)
- Dare I say that there is another minigame that is very similar to RuneSpan in that it consists of bunch of isolated islands with connections between them. And if one could project exact location of key on the floor so that we can just right click and pick it up, well.. that would be awesome, now wouldn't it?

that's all i have for 3.0.30 so far
and basically i just have built the 3d engine into a script so that if i know an elevation (assuming 0 for floor) and x,y coordinates, i can tell where it is on screen with reasonable accuracy.