Added the ability to specify a picture and its dimensions for any object or panel
The ability to use 9 patch technology has been implemented. It allows you to stretch specified area of the picture and not entire image. This greatly simplifies the work on interfaces and saves on resources.
Now in the editor the selected object is highlighted both on the layout and on the left panel.
I use “9-patch” technique for my GUI windows. It works nice, all the window headers have the same size, same for bottom area and borders but it has some problems.
- When I zoom in/out the camera it keeps the unscaled size, providing very bad effects.
- Gradients don't work fine, or at least you cannot add them in the unscaled parts.
I wonder if you have faced/solved any of those issues and how.
Thanks!