TODO.txt 319 B

12345678910111213
  1. Make text variables uniform/ change text rendering method
  2. Fix player movement
  3. Useful regex-expressions:
  4. --------------------------------
  5. private int location_(.*);
  6. to
  7. protected UniformMatrix $1 = new UniformMatrix("$1");
  8. ------------------------------------
  9. super.loadInt\(location_(.*), (.)\);
  10. to
  11. $1.loadTexUnit($2);