This is probably quite simple but I can't seem to get it.I have a background image which is 480 by 320 pixels.How do I paste this as a background on layout.My layout is also this size.The only way I can seem to do it is to make the background a sprite.Is there any other way of doing this?
You have to set the background as a sprite, yes. Why don't you want to make a sprite for your background?
It's not that I don't want to,I was just wondering if there was another way.
Develop games in your browser. Powerful, performant & highly capable.
Well, there is tiled background, if you image can be tiled.
Otherwise, it's just a sprite. Usually people put it on it's own layer and call it background.