Scaling game area on full screen canvas

I’m trying to duplicate the functionality of this createjs game:

https://showcase.codethislab.com/games/whack_em_all/

is there an easy way to do it with the scale class or do I kind of need to take take of the scaling manually with javascript?

In case anyone else is searching for this I found somewhat of a solution but I’ve haven’t implemented this method yet:

1 Like