Skip to content

Commit

Permalink
documenting global.gd autoload (#937)
Browse files Browse the repository at this point in the history
* added some docs to global

* more docs

* completed preference docs

* removing typos

* added more docs

* some more docs

* some doc revisions

* typo

* removed typos

* added more docs

* completed global doc

* fix typos

* changed some stuff

* replaced (Preference Variable) with "Found in preferences"
  • Loading branch information
Variable-ind authored Nov 11, 2023
1 parent 94b3e75 commit 7fbc3aa
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 31 deletions.
2 changes: 1 addition & 1 deletion src/Autoload/ExtensionsApi.gd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extends Node
## Keep in mind that this API is targeted towards users who are not fully familiar with Pixelorama's
## source code. If you need to do something more complicated and more low-level, you would need to
## interact directly with the source code.
##
## [br][br]
## To access this anywhere in the extension use [code]get_node_or_null("/root/ExtensionsApi")[/code]
##
## @tutorial(Add Tutorial here): https://the/tutorial1/url.com
Expand Down
Loading

0 comments on commit 7fbc3aa

Please sign in to comment.