cykod / Quintus

HTML5 Game Engine
http://html5quintus.com
GNU General Public License v2.0
1.41k stars 401 forks source link

Sprite asset with image format .png not rendering on safari #192

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi!

I made a little hybrid game, i' tested all way around on edge, firefox, chrome, (also on android) and everything is fine except for safari. When i open safari i got a surprise. the player sprite becomes invisible. I have no idea why. Even if i use .jpg the image stills invalid.

Additional info: i exported the image from gimp to .png (the same as others sprites) filesize:31kb resolution:284x175

Any suggestion? Should i change the .png format to another suggested? have you been here before? The image is just

viki53 commented 7 years ago

Did you look at the network calls? Does the image load properly?

Can you put your code online so we can have a look at it and test it?

ghost commented 7 years ago

Thanks for your response! Heres the link http://162.243.44.48:8000/ Actually works on chrome, firefox and edge. Also on android mobiles. But the player sprites doesn't load on safari