Sam Thomas
Sam Thomas
When working with tiles, drawText no longer functions: this.display = new ROT.Display(optionsTiles) display.drawText(0, 0, "Hello World") yields: `Uncaught Error: Char "H" not found in tileMap`
I posted a similar question to SO about java-based configuration: http://stackoverflow.com/questions/25311299/spring-java-based-config-resourceloader Is this correct? I am getting a null pointer from a missing ResourceLoader. ``` @Configuration @ComponentScan(basePackageClasses = Application.class, includeFilters...
Hi, great book so far! I've been able to get everything working up to this point. I think a small update to this file in chapter 10 would enhance the...