Ordered files and folders a bit
This commit is contained in:
12
GamePlay/Entities/Entity.java
Normal file
12
GamePlay/Entities/Entity.java
Normal file
@ -0,0 +1,12 @@
|
||||
package Entities;
|
||||
|
||||
/**
|
||||
* Entity class, which is the main class regrouping characters and projectiles
|
||||
* @author Victor
|
||||
*
|
||||
*/
|
||||
public class Entity {
|
||||
private int posx;
|
||||
private int posy;
|
||||
private .Frame currentFrame = new Entityframe();
|
||||
}
|
Reference in New Issue
Block a user