Called whenever the size of the top-level Canvas changes.
In addition, this method will be invoked before each onMount.
@override void onGameResize(Vector2 size) { initialize(size); super.onGameResize(size); }