Hi all, Seasoned developer here. I'm looking at using Phaser as an easy way to visualise some simulations. In the docs, the author hints at a better way of organising your code: "The final parameter is an object containing four references to Phasers essential functions. Their use is thoroughly explained here. Note that this object isn't required - Phaser supports a full State system allowing you to break your code into much cleaner single objects. But for a simple Getting Started guide such as this we'll use this approach as it allows for faster prototyping." Does anyone have an example of this? Thanks! Adam