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

2013/12/9

How do you streach the greenfoot window without resizing the entire game?

Entity1037 Entity1037

2013/12/9

#
How do I adjust the size of the greenfoot window without actually having to resize everything in the game (kind of like the youtube player and it's large and small window)?
GreenHouse GreenHouse

2013/12/9

#
I implemented Greenfoot.requestFullScreen() in Greenfoot3D, because actually you have to resize everything.. Like WorldCanvas, Jframe Window, Collision Engine, Actor Position and don't forget to resize the World itself ;) A least you need to create a new World, because you normaly can not resize the world...
You need to login to post a reply.