add config system and window dragging
This commit is contained in:
parent
6e584de0e6
commit
a18cb2a137
22 changed files with 354 additions and 104 deletions
|
@ -6,8 +6,8 @@ public enum Category
|
|||
MOVEMENT("Movement", 0xFFFF55FF),
|
||||
RENDER("Render", 0xFF5555FF),
|
||||
WORLD("World", 0xFF55FF55),
|
||||
PLAYER("Player", 0xFFFFFFFF),
|
||||
CHAT("Chat", 0xFFFFFF55);
|
||||
PLAYER("Player", 0xFF00AAAA),
|
||||
CHAT("Chat", 0xFFFFAA00);
|
||||
|
||||
public String name;
|
||||
public int color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue