ID:158034
 
I am requesting that someone creates a basic Isometric library using the new byond version with a projectile to show how it works and releases it to the public. I think it would spark a larger intrest in Isometric games, and help those new to the style of coding. Thank you.
Darkjohn66 wrote:
I am requesting that someone creates a basic Isometric library using the new byond version with a projectile to show how it works and releases it to the public. I think it would spark a larger intrest in Isometric games, and help those new to the style of coding. Thank you.

Creating Your First Isometric World
This doesn't not belong in Developer How-To.
Darkjohn66 wrote:
I am requesting that someone creates a basic Isometric library using the new byond version

...
world/map_format = ISOMETRIC_MAP

There's your library.

with a projectile to show how it works and releases it to the public.

Projectiles (and just about everything else) work exactly as they do in top-down, since it barely affects the programming at all - it only changes how graphics are displayed to the client.