Fix GUI Skinning typo in code (#3846)

This commit is contained in:
Johannes Witt
2020-07-30 14:53:46 +02:00
committed by GitHub
parent f20dbc52b2
commit f8a40dd763
+1 -1
View File
@@ -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