1 decade ago by tedzhu
I found in my game, sound is 24mb, image is 2mb, codes are little. It might be wise not to load sound assets on mobile devices. Is there a way to do this?
This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact
music: ( !ig.ua.mobile ? new ig.Sound('media/music/game.*') : null ),