Currently it is printed in the constructor. So if it is used in multiple scenes, the welcome message appears in the console for each scene. Moreover Phaser 3.60.0 introduced a system scene which is always created with all scene plugins. This leads to the grid engine welcome message to be shown at least twice.
Additionally the welcome message of GridEngine headless version should only be printed when not using the Phaser plugin.
Currently it is printed in the constructor. So if it is used in multiple scenes, the welcome message appears in the console for each scene. Moreover Phaser 3.60.0 introduced a system scene which is always created with all scene plugins. This leads to the grid engine welcome message to be shown at least twice.
Additionally the welcome message of GridEngine headless version should only be printed when not using the Phaser plugin.