create a graphics component
Create a graphics component in order to easily display objects it will have the following features:
- a loadAssets() method to replace the one currently attached to the objects
- a displayTexture() method to know which texture should be currently loaded
- a method to change which texture should be displayed (this will be somewhat temporary as we would eventually like it for this component to manage animations)
- (more to be added if relevant) It will require the following information:
- a list or file of assets to load
- (more stuff i am not currently thinking of)