3D Map Creator
From Hack Wars Wiki
Created by Surfpup, this is an application designed to make the creation of complex 3D maps easier than manually hardcoding the location of every sprite. Hopefully other Hacktendo programmers will find this useful and may help improve the code.
Since the size of the main map script is so large, it has been split into separate pages.
The Image Combiner script is a sprite script (Script #1) used as the default script for all sprites created in the 3D Map Creator. If you have any images that need to be split up into multiple sprites, you can use this sprite to combine the sprites into one image. Currently it's designed to correspond with the images that I have on my Doom Map Creator.
Other info about the Map Creator:
Script #2 is a sprite script containing this code: setRepeatTexture(true);
Script #5 is a blank sprite script.
Script #8 is a blank sprite script.
Other scripts are various things that aren't being implemented.
