Explorar o código

Fix GUI Skinning typo in code (#3846)

Johannes Witt %!s(int64=5) %!d(string=hai) anos
pai
achega
f8a40dd763
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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