v0.3.4a: re-added align methods pt.2

Also moved rendered text multiline into the core game
This commit is contained in:
Evan Debenham
2016-02-12 13:46:42 -05:00
committed by Evan Debenham
parent ac9c50f2ac
commit b110c0db8c
49 changed files with 465 additions and 203 deletions
@@ -49,8 +49,9 @@ public class ResumeIndicator extends Tag {
protected void layout() {
super.layout();
icon.x = x+1 + (width - icon.width) / 2;
icon.y = y + (height - icon.height) / 2;
icon.x = x+1 + (width - icon.width) / 2f;
icon.y = y + (height - icon.height) / 2f;
PixelScene.align(icon);
}
@Override