This is great! I’m trying to learn Phaser and I was wondering how do you calculate the distance between the enemy and the tower? Do you have any resources you suggest looking at? Thanks!
I am using a Phaser utility to calculate the distance between the enemy and the tower: Phaser.Math.Distance.Between(tower.x, tower.y, enemy.x, enemy.y)