浏览代码

:beetle: Fix typo in pitch prompt

DricomDragon 2 月之前
父节点
当前提交
42d6f2f6a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      godot/component/ui/input_prompts/plane/plane_prompts.tscn

+ 1 - 1
godot/component/ui/input_prompts/plane/plane_prompts.tscn

@@ -115,7 +115,7 @@ script = ExtResource("1_eppoy")
 [node name="PitchLabel" type="Label" parent="PitchPrompt"]
 layout_mode = 2
 theme_override_font_sizes/font_size = 34
-text = "Roll"
+text = "Pitch"
 
 [node name="PitchUpActionPrompt" type="TextureRect" parent="PitchPrompt"]
 custom_minimum_size = Vector2(100, 100)