Added wireframe rendering to DevTools for local player model

This commit is contained in:
Kronos
2017-06-24 03:10:15 +10:00
committed by Adam
parent 0735d6c8e4
commit a028738f3d
6 changed files with 124 additions and 10 deletions

View File

@@ -155,6 +155,11 @@ public abstract class Actor extends Renderable
return actor.getY();
}
public int getOrientation()
{
return actor.getOrientation();
}
public int getAnimation()
{
return actor.getAnimation();