diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-05-25 10:49:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-25 10:49:15 +0200 |
commit | a4b250d1aef8b84cf090ecd965628c9e616340c5 (patch) | |
tree | 8b11e3c2755c2396af1bfdc09fbcea5687c9c8ce /doc/classes | |
parent | cc8023cd1eed56f5efdf7964d42cb4a5cb8b3345 (diff) | |
parent | b3c2305160c0f114156802a7dc66cf09b45c1ee1 (diff) |
Merge pull request #29159 from YeldhamDev/doc_theme_skinning_link
Add "GUI skinning" tutorial link to the 'Theme' doc
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Theme.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Theme.xml b/doc/classes/Theme.xml index bc44ec161a..c14e098b12 100644 --- a/doc/classes/Theme.xml +++ b/doc/classes/Theme.xml @@ -8,6 +8,7 @@ Theme resources can be alternatively loaded by writing them in a .theme file, see docs for more info. </description> <tutorials> + <link>https://docs.godotengine.org/en/stable/tutorials/gui/gui_skinning.html</link> </tutorials> <methods> <method name="clear"> |