mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-11-04 13:19:17 +00:00 
			
		
		
		
	move data
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user