This site requires JavaScript, please enable it in your browser!
Greenfoot back
ninjapuffin
ninjapuffin wrote ...

2020/5/12

how do i create a new background

ninjapuffin ninjapuffin

2020/5/12

#
hello, i am trying to create a subway surf background but have no clue how to do it. please help! many thanks!
playboy playboy

2020/5/13

#
get a picture for the background place it in your scenarios image folder then in your world class write
setImage(/*your image file name*/);
in the constructor
ninjapuffin ninjapuffin

2020/5/20

#
playboy wrote...
get a picture for the background place it in your scenarios image folder then in your world class write
setImage(/*your image file name*/);
in the constructor
okay
You need to login to post a reply.