I recently encountered a problem.
When I run a phaser game and the game config type is Phaser.CANVAS,
the gameobject.image.setTint function is not work.
But it works ok on the game config type is Phaser.WEBGL.
Now, we must run the game on some old computers that only support CANVAS,
is there any solution???