Android build background pictures not show(black rectangles). windows, neko builds show normal. what the reason?
-
When i build android apk the app work , but background of state and the buttons background not showing on screen. But animation of sprites work normal.
Windows , neko build work done.
any advices?
i use png pictures
size of pictures 3668*2323 it biggest png = state background
-
look like each device have own limit
https://github.com/HaxeFlixel/flixel/blob/dev/flixel/system/frontEnds/BitmapFrontEnd.hx#L370
#if !flash
private function get_maxTextureSize():Int
{
return cast GL.getParameter(GL.MAX_TEXTURE_SIZE);
}
#end
closed i think