added decorations package

made framework for text aligners
This commit is contained in:
Macocian Adrian Radu
2020-05-26 19:58:41 +03:00
parent 264ca35ad0
commit d9cb8a742a
11 changed files with 549 additions and 150 deletions

View File

@@ -2,7 +2,7 @@ package guiTree.Helper;
public class Debugger {
public enum Tag {
LISTENER(true),
LISTENER(false),
PAINTING(false),
FPS(false),
ANIMATIONS(false),