Justin Marentette

Results 69 issues of Justin Marentette

Do that to improve crap for all of the icons that are used.

Todo

Move the preference stuff from TDGalaxy to a Preferences class with methods.

Todo

Make the selector pretty by increasing the size and offsetting the other tabs and having a bit of a movement animation.

Todo

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...

Todo

Need to figure out how to use tables better and center the text in the window class I have.

Todo

`public class BulletTest implements ApplicationListener { final static short GROUND_FLAG = 1

Todo

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...

Todo

Change screens to use aspect ratios and don't use this constructor: public TDScreen (Game game) { this(game, new OrthographicCamera()); }

Todo

Possibly change font map in in game class to non-static or decide upon another way of storing the fonts in the screen classes.

Todo

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.

Todo