@Override
 public void initialize() {
   if (!_isInitialized) {
     _isInitialized = true;
     loadContent();
   }
 }
示例#2
0
	@Override
	protected void loadContent() {
		super.loadContent();
		this.font = LFont.getFont(12);
		this.texture = LTextures.loadTexture(this.textureFile);
	}