소스 검색

Fix GUI Skinning typo in code (#3846)

Johannes Witt 5 년 전
부모
커밋
f8a40dd763
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/gui/gui_skinning.rst

+ 1 - 1
tutorials/gui/gui_skinning.rst

@@ -79,7 +79,7 @@ An example usage:
  .. code-tab:: gdscript GDScript
 
     var theme = Theme.new()
-    ttheme.set_color("font_color", "Label", Color.red)
+    theme.set_color("font_color", "Label", Color.red)
 
     var label = Label.new()
     label.theme = theme