+ Added remote image component to dynamically load images from services like
https://visage.surgeplay.com/index.html
+ Added the ability to name layout files in the web editor
+ When exporting savepoint files, they will now have a "-savepoint" attached to their name, because let's be honest we all lost track of which files are savepoints and which ones are for usage
+ Some other minor improvements
Changes only relevant for devs:
+ Added Dummy components that can be used by developers to specify where they want to place their own components within a component tree
+ Added InteractionStateComponents as an easy way to store a components state for a particular interaction (e.g. what text a player typed into an input)
+ Added LayoutExtension interface that can be registered through the Layout manager to extend layouts
+ Added #processImage() method to the ResrouceManager to process an image without registering it to the ResourceManager.