STEP 3: Our sprite is too big! Let's change it's size.

  • Click on in the toolkit.
  • Drag Set Size to the bottom of your program.
Set size changes the size of our sprite on the stage. When the number in parentheses is greater than 1, the sprite appears larger. When the number is less than 1, the sprite appears smaller.

stage.set_background("winter") sprite = codesters.Sprite("snowman")