Bug: Show picture error.

In ProgressActionsTest and Box2dTest functions.
See attachment

And I found if I show a sprite with one picture larger then screen size (simulator
screen size or real phone screen size) the picture will become colorless.



1.jpg (28.4 KB)


2.jpg (29.3 KB)

ProgressActionsTest and Box2dTest functions use PNG file “blocks.png”, which is not understand airplay SDK - RGBA with an empty alpha channel. If you edit this file - remove the alpha channel or make it not empty - will all be displayed correctly.

Great!
Thanks alot~! Max.

I suggest Walzer to replace the incorrect png files in GIT. :smiley: