Create a Dialog Modal Plugin in Phaser 3 – Part 2 Tutorial

My new Phaser 3 tutorial on making a dialog modal plugin in Phaser 3 is finally live on Game Dev Academy. This is the second part of the tutorial.

In this tuorial, we pickup were we left off in the first tutorial we focus on the following:

  • adding logic to for a close button on the dialog window
  • add logic to show/hide the window
  • add logic to show dialog
  • add logic to animate the text

You can checkout the tutorial here: https://gamedevacademy.org/create-a-dialog-modal-plugin-in-phaser-3-part-2/

Phaser 3 tutorial