1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-07-07 17:01:10 +00:00

move data

This commit is contained in:
2022-06-16 10:26:51 +02:00
parent 77ace754ff
commit ada69759d5
160 changed files with 5 additions and 588 deletions

View File

@ -48,7 +48,7 @@ public abstract class Character extends Entity{
@Override
public void init() {
super.init();
ss = new Spritesheet("./" + img + ".png", SPRITE_WIDTH, SPRITE_HEIGHT);
ss = new Spritesheet("./Data/img/" + img + ".png", SPRITE_WIDTH, SPRITE_HEIGHT);
}
@Override