123456789101112131415 |
- Particles and post-processing is broken.
- Multiplayer
- Modular GUIs
- - Make text variables uniform/ change text rendering method
- Useful regex-expressions:
- --------------------------------
- private int location_(.*);
- to
- protected UniformMatrix $1 = new UniformMatrix("$1");
- ------------------------------------
- super.loadInt\(location_(.*), (.)\);
- to
- $1.loadTexUnit($2);
|