Justin Marentette
Justin Marentette
Need to check the division being done with the offset because it messes up the result of the world to the right.
Make all file names lowercase to ensure they work regardless of where they are stored. Keep in mind that files might not be updated in apk if the only difference...
Clear sounds after changing screens. Also change game sound to vary based on theme, and give main menus music.
Create a pool handler to create pools by request and issue entities with a method that takes in the pool and an array of arguments to set within each poolable...
Instead of manually playing all of the sounds in each entity, create a sound handler to pass into each entity that manages volume and stores sounds. Have it load the...
Make "entity" have a method for serialization and add either a constructor that takes in the deserialized object, or a method to set the saved values. This should be applied...
Add virtual button controls and controller controls in addition to fixing the generic touch ones
Either switch to the libgdx xml type format or add methods to simplify the addition redundant things like buttons.
Add getters and make FileStuff and OnlineServices private in TDGalaxy.