コード例 #1
0
 public LoadScreen(Game1 game, TextureHandler textureHandler)
 {
     this.textureHandler = textureHandler;
     this.game = game;
     loading = textureHandler.getLoadingImage();
     fadeIn = true;
     finished = fadeOut = false;
 }
コード例 #2
0
 public LoadScreen(Game1 game, TextureHandler textureHandler)
 {
     this.textureHandler = textureHandler;
     this.game           = game;
     loading             = textureHandler.getLoadingImage();
     fadeIn   = true;
     finished = fadeOut = false;
 }