mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-10-31 11:39:17 +00:00 
			
		
		
		
	enemy integration done, but big bug when move
This commit is contained in:
		| @@ -32,10 +32,9 @@ public abstract class Character extends Entity{ | ||||
|  | ||||
|     protected int pv; | ||||
|  | ||||
|     public Character(String name, int x, int y, String img){ | ||||
|         super(name, x, y); | ||||
|     public Character(String name, int x, int y, String img, String map){ | ||||
|         super(name, x, y, map); | ||||
|         this.img = img; | ||||
|          | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|   | ||||
		Reference in New Issue
	
	Block a user