mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-07 00:39:13 +07:00
Updated screenshot
Updated screenshot with disabled debugging Removed some debug logging from entity
This commit is contained in:
@ -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 |
Reference in New Issue
Block a user