Class TextureFactory

java.lang.Object
tech.underoaks.coldcase.game.TextureFactory

public class TextureFactory extends Object
Klasse übernimmt die Erstellung von Texture-Objekten
"Implementation Note:"
Hilfreich fürs Testen
  • Constructor Details

    • TextureFactory

      public TextureFactory()
  • Method Details

    • create

      public com.badlogic.gdx.graphics.Texture create(String path)
      Creates a new Texture
      Parameters:
      path - ressource identifier for the texture
      Returns:
      Initialized Texture