By the way, guys, did you try if overriding "draw" works in test environment?
Switching to programmatic "draw" could solve some of our problems. Tiling single image programattically in a loop could be much more efficient than having UI XML with dozens of items. XML would then contain only basic sprites, that would be used by "draw".
|