Justin Marentette
Justin Marentette
Move the preference stuff from TDGalaxy to a Preferences class with methods.
Make the selector pretty by increasing the size and offsetting the other tabs and having a bit of a movement animation.
Implement factory methods instead of using reflection to create all of the objects to increase reliability. Example: > public class Library implements BookFactory { @Override public Book newBook() { return...
Need to figure out how to use tables better and center the text in the window class I have.
`public class BulletTest implements ApplicationListener { final static short GROUND_FLAG = 1
Look through the Window or Dialog class to try to make a window pop up for displaying values or have it be one of my windows on android or if...
Change screens to use aspect ratios and don't use this constructor: public TDScreen (Game game) { this(game, new OrthographicCamera()); }
Possibly change font map in in game class to non-static or decide upon another way of storing the fonts in the screen classes.
Add main class for themes and add a method for getting the desired classes to pool. Change inherited method getDependencies to be inherited but be overriden.