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

2020/1/6

How do I Resize my backround

Yuuki Yuuki

2020/1/6

#
So basically im new to Greenfoot, and I want to learn how to resize my backround so it isnt all tiles. Help !
danpost danpost

2020/1/6

#
Yuuki wrote...
So basically im new to Greenfoot, and I want to learn how to resize my backround so it isnt all tiles. Help !
The World constructor, which is called by the first line in your World subclass constructor beginning with the word super, specifies the cell size. Do not let any tiled background image fool you into believing that the world is still tiled when giving a cell size of 1.
You need to login to post a reply.