parent
6761b69b63
commit
facec9d6d3
Binary file not shown.
@ -0,0 +1,14 @@ |
|||||||
|
package mightypork.rogue.world.entity; |
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Data storage for renderer / entity. |
||||||
|
* |
||||||
|
* @author MightyPork |
||||||
|
*/ |
||||||
|
public class EntityRenderData { |
||||||
|
|
||||||
|
public int lastXDir = 1; |
||||||
|
public int lastYDir = 1; |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue