I'm curious about how C2 handle the resources. Will it load all sprites or other picture images into ram in the beginning? Or is it just load those necessary things for current layout?(e.g. characters and level backgrounds)
I'm trying to constraint the sprite sizes, re-use and scale them up to save up memory for mobile platforms. but since the project grows bigger it will eventually be many sprites.