New functionality for terrain editing

Hooray! ._ .

I’ve  implemented a function that can change the heigth of a map, very simply to use:

$MyAdt = new ADT();
$MyAdt->ADT_Open("../../maps/Azeroth_32_48 - copia.adt");
$MyAdt->ADT_HeaderInfo();
 
$MyAdt->ADT_Terrain_UP(35,"up");// or down!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.