Justin Marentette
Justin Marentette
Stop being lazy and organize the used batch files to a single folder and organize into APK stuff and server stuff and so forth. Maybe a generic "output" folder or...
Move controller code to a class and add an enum for the type of controls and implement touch joysticks and gamepad handling. Possibly watch the timer for updating controller connection...
Make a system for creating debug windows from layouts of some sort to have presets like a controller one and such. Maybe try to use libgdx rendering stuff in the...
Move the change preference method to the TDGalaxy class and make it non-static so that it requires a reference to the game to limit access.
Need to test for the existence of the obb file and download it if it doesn't exist. Move this to TDGalaxy class to load assets before doing anything. https://developer.android.com/google/play/licensing/index.html
Potentially make CameraHandler class compatible with the level select screen so that the camera movement and other stuff is shared.
Fix the acceleration so that it calculates the current velocity using a recent time and set the velocity to that every time there is a drag, and move the if...
Create a standard implementation(an object to forward touchDown() and touchUp() to) for storing the individual taps into an array to check that the same one is used on touchUp().