TODO.txt 368 B

123456789101112131415
  1. Particles and post-processing is broken.
  2. Multiplayer
  3. Modular GUIs
  4. - Make text variables uniform/ change text rendering method
  5. Useful regex-expressions:
  6. --------------------------------
  7. private int location_(.*);
  8. to
  9. protected UniformMatrix $1 = new UniformMatrix("$1");
  10. ------------------------------------
  11. super.loadInt\(location_(.*), (.)\);
  12. to
  13. $1.loadTexUnit($2);