第6步:为了让游戏运行,我们需要让精灵能够下降。要做到这一点,我们将增加重力并离开墙壁。

  • 点击 并拖出 Set Gravity
  • 中,拖出 Disable Walls

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("space") sprite = codesters.Sprite("spaceship") sprite.set_size(0.5) sprite.go_to(-200, 0)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)