.。
This commit is contained in:
@@ -20,7 +20,7 @@ public class StartScreen implements Screen {
|
||||
|
||||
public StartScreen(MainGame mainGame) {
|
||||
this.mainGame = mainGame;
|
||||
logoTexture = new Texture(Gdx.files.internal("src\\main\\resources\\logo.png"));
|
||||
logoTexture = new Texture(Gdx.files.internal("logo.png"));
|
||||
batch = new com.badlogic.gdx.graphics.g2d.SpriteBatch();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user