Progrès de la charge de phaser

this.load.on('progress', (value) => {
  text.setText(`Loading ${Math.floor(value * 100)}%`);
});
Himanshu Jangid