Closed justin-espedal closed 9 years ago
The labels don't really work being inline with the fields when you have long labels, so I moved them out of the way. Now the label on the left is out of alignment, but I guess I can live with that for now.
New types:
They work with the extra "Default" field too, no extra work.
Done. bbccd7fba765a8d852c75f9724274fae604ca1e7
Writing a system to make it easy to include different types. Here's an example with the dialog extension's "Animation" class.
This class (
dialog.core.Animation
) is selected, and the constructor arguments are used to generate an xml file.This is what it looks like in the UI:
Finally, the generated code is equivalent to this:
pointerAnim = new dialog.core.Animation(_SomeActorTypeName, "Animation 0");