mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-10-31 03:39:16 +00:00 
			
		
		
		
	comment
This commit is contained in:
		| @@ -6,6 +6,13 @@ import ch.hevs.gdx2d.components.bitmaps.Spritesheet; | ||||
| import ch.hevs.gdx2d.lib.GdxGraphics; | ||||
| import ch.hevs.gdx2d.lib.interfaces.DrawableObject; | ||||
|  | ||||
| /** | ||||
|  * Main class for manage entity  | ||||
|  * Can create all type of entity character or just stuff. | ||||
|  * @author Rémi Heredero | ||||
|  * @author Yann Sierro | ||||
|  * @version 1.0.0 | ||||
|  */ | ||||
| public abstract class Entity implements DrawableObject { | ||||
|     protected String name; | ||||
|     protected String map; | ||||
| @@ -51,7 +58,6 @@ public abstract class Entity implements DrawableObject { | ||||
|     } | ||||
|  | ||||
|     public void graphicRender(GdxGraphics g){ | ||||
|          | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user