浏览代码

Remove excess backtick in VR starter tutorial (#5737)

Haoyu Qiu 3 年之前
父节点
当前提交
9ce1cb6813
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/vr/openvr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst

+ 1 - 1
tutorials/vr/openvr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst

@@ -1041,7 +1041,7 @@ Reducing motion sickness
 
 
 To help reduce motion sickness while moving, we are going to add a vignette effect that will only be visible while the player moves.
 To help reduce motion sickness while moving, we are going to add a vignette effect that will only be visible while the player moves.
 
 
-First, quickly switch back to ``Game.tscn```. Under the :ref:`ARVROrigin <class_ARVROrigin>` node there is a child node called ``Movement_Vignette``. This node is going to apply a simple
+First, quickly switch back to ``Game.tscn``. Under the :ref:`ARVROrigin <class_ARVROrigin>` node there is a child node called ``Movement_Vignette``. This node is going to apply a simple
 vignette to the VR headset when the player is moving using the VR controllers. This should help reduce motion sickness.
 vignette to the VR headset when the player is moving using the VR controllers. This should help reduce motion sickness.
 
 
 Open up ``Movement_Vignette.tscn``, which you can find in the ``Scenes`` folder. The scene is just a :ref:`ColorRect <class_ColorRect>` node with a custom
 Open up ``Movement_Vignette.tscn``, which you can find in the ``Scenes`` folder. The scene is just a :ref:`ColorRect <class_ColorRect>` node with a custom