Пример #1
0
 @Override
 public void enter(GameContainer gc, StateBasedGame sbg) throws SlickException {
   AllowClick = false;
   textHandle.updateFontSize();
   super.enter(gc, sbg);
   backgroundColor = new Color(0, 0, 0, Properties.BackgroundTransparency);
 }