Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.      if (hudRightPanel_ != null)
  2.      {
  3.         if (hudGamePanel_.isVisible() == true) {
  4.             var gscene = ui.GraphicsScene();
  5.             hudGamePanel_.move(gscene.width() / 2.0 -  hudGamePanel_.width / 2.0, gscene.height() / 2.0 -  hudGamePanel_.height/ 2.0);
  6.         }
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement