Package vooga.engine.resource.modules

Class Summary
DoubleModule ResourceModule designed to track Doubles which act as constants throughout the game.
ImageModule ResourceModule designed to track Images which are stored as BufferedImages.
IntegerModule ResourceModule designed to track Integers which act as constants throughout the game.
ResourceModule ResourceModules specify how to parse different types of resources from an XML file, store the resources, and retrieve the resources using a key.
SoundModule ResourceModule designed to track file paths for sound files.
StringModule ResourceModule designed to track Strings which act as constants throughout the game.