Updated screenshot

Updated screenshot with disabled debugging
Removed some debug logging from entity
This commit is contained in:
Collin Smith
2019-02-10 02:30:53 -08:00
parent c37ddea8d1
commit 6db614c633
2 changed files with 0 additions and 1 deletions

View File

@ -272,7 +272,6 @@ public class Entity {
byte transform = getTransform(comp);
animation.getLayer(c).setTransform(transform);
System.out.println(comp + " transform " + transform + " " + ((transform & 0xFF) >>> 5) + "|" + (transform & 0x1f));
/*
if (item != null) {
// FIXME: colors don't look right for sorc Tirant circlet changing hair color

Binary file not shown.

Before

Width:  |  Height:  |  Size: 725 KiB

After

Width:  |  Height:  |  Size: 588 KiB