This commit is contained in:
2025-09-26 00:23:36 +08:00
parent 072b074b28
commit e8ad2f407c
7 changed files with 34 additions and 21 deletions

View File

@@ -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();
}