浏览代码

Added information how to close Output Console

SciWiFi 7 年之前
父节点
当前提交
3d1c0bb1ed
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      getting_started/step_by_step/your_first_game.rst

+ 2 - 1
getting_started/step_by_step/your_first_game.rst

@@ -309,7 +309,8 @@ to the bottom of the ``_process`` function:
 .. tip:: *Clamping* a value means restricting it to a given range.
 
 Click "Play Scene" (``F6``) and confirm you can move the player
-around the screen in all directions.
+around the screen in all directions. The console output that opens upon playing the scene can be closed
+by clicking ``Output`` (which should be highlighted in blue) in the lower left of the Bottom Panel.
 
 .. warning:: If you get an error in the "Debugger" panel that refers to a "null instance",
              this likely means you spelled the node name wrong. Node names are case-sensitive