Initializations
Due to how messy the initialization phase of objects are, it is recommended to only start setting custom values on the base game object after Geometry Dash finalized the object. For this reason Object-Collab provides a few post init methods. These can be used initialize the objects at a safe stage. The methods are postInit, postEditorInit & postPlayLayerInit. Where the latter 2 are only called for their respective layer.