Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. worldWidth *= (screenHeight/worldHeight).toInt()
  2. worldHeight *= (screenHeight/worldHeight).toInt()
  3.  
  4. setScreenBounds(
  5. screenWidth/2 - worldWidth.toInt()/2,
  6. screenHeight/2 - worldHeight.toInt()/2,
  7. worldWidth.toInt(),
  8. worldHeight.toInt() )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement