Step 3: Resize Canvas

Goal:


We need to make sure that our canvas takes up as much of the screen as possible in order to give us a much larger area to play our game.

Steps:

  1. From Components, select Canvas1.
  2. In Properties, find Height, select the box, then in the menu select “Fill Parent”.
  3. In Properties, find Width, select the box, then in the menu select “Fill Parent”.

Code: