Browse Source

Merge pull request #56184 from skyace65/ObjectNotificationsLink

Add a link to the notifications tutorial page in the object class reference
Max Hilbrunner 3 years ago
parent
commit
d58dfd4a7c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/classes/Object.xml

+ 1 - 0
doc/classes/Object.xml

@@ -30,6 +30,7 @@
 	</description>
 	<tutorials>
 		<link title="When and how to avoid using nodes for everything">$DOCS_URL/tutorials/best_practices/node_alternatives.html</link>
+		<link title="Object notifications">$DOCS_URL/tutorials/best_practices/godot_notifications.html</link>
 	</tutorials>
 	<methods>
 		<method name="_get" qualifiers="virtual">