mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Fix GUI Skinning typo in code (#3846)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user