View Single Post
03-03-11, 11:22 PM   #18
adam4813
A Murloc Raider
Join Date: Feb 2011
Posts: 8
If it uses XML for its UI then the editor could be scripted to load and save it. All the scripts do is load and save the files and assist in setting up the drawing. Most frames in all games use the same base properties to display: location, size, text, image, and color. However the editor does expose the ability to draw lines, boxes, circles, and images to the script to aid in the drawing process. Text is will be done by another interface as you have alignment, font, and color to deal with and it will best be done by another system.

**EDIT** Not much work is being done right now or for the next few days as I am at GDC in San Francisco right now.
  Reply With Quote