Add Asset Loader to Master
Added Asset Enum used to store filename and scale details related to the assets. Added the Asset loader class to the game engine which uses the Asset Enum to load all assets into GPU memory before the game level loads. Removed Asset loading within the handler class and replaced with the new AssetLoader class.