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

2017/9/8

Is there a way to increase the overall size of the world?

Kamichalik Kamichalik

2017/9/8

#
So the I want to increase the size of the world (the window where everything appears), I found that when I press inspect it tells me the width and height of the world, but I cant edit it, is there a way to increase to the size, to lets say 1000*600 instead of 600*400?
Super_Hippo Super_Hippo

2017/9/8

#
The first line in your world subclass is:
super(600, 400, 1);
Change the 600 to a 1000.
Kamichalik Kamichalik

2017/9/8

#
Ok thanks.
You need to login to post a reply.