Ashley, can you provide some help on migrating ept_link and ept_color from C2 to C3 format.
I'm guessing color can be handled by a link now, but it's not clear how to migrate links.
Some of the samples I've seen are:
new cr.Property(ept_link, "Image", lang("project\\misc\\tiledbg-edit-link"), "Click to edit the object's image.", "firstonly"),
new cr.Property(ept_link, "Sprite font", "Edit", "Click to edit the object's spritefont.", "firstonly"),
new cr.Property(ept_link, "Image", "Edit", "Click to edit the object's image.", "firstonly"),
new cr.Property(ept_link, "Animations", lang("project\\misc\\sprite-edit-link"), "Click to edit the object's animations.", "firstonly"),
new cr.Property(ept_link, "Size", lang("project\\misc\\sprite-make11-link"), "Click to set the object to the same size as its image.", "worldundo"),
new cr.Property(ept_link, "Sprite font", "Edit", "Click to edit the object's spritefont.", "firstonly"),
Thanks.