diff options
author | Wichamir <53086728+Wichamir@users.noreply.github.com> | 2021-11-14 00:28:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-14 00:28:21 +0100 |
commit | 519ad03a55cd0577f5d0d09d5606607116ff32c9 (patch) | |
tree | 604723d25ecfbe7d9fad0d770894bcd3ef4f2437 /gdscript.html.markdown | |
parent | ccb256ebf0cd1db87d299a8ecb66ede568dc2004 (diff) |
[GDScript/en] Add missing line (#4268)
* [GDScript/en] Add GDScript
* Added missing comment about Dictionary
* Fixed mismatched types
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* [GDScript/en] Add missing line
Co-authored-by: Andre Polykanine <ap@oire.me>
Diffstat (limited to 'gdscript.html.markdown')
-rw-r--r-- | gdscript.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdscript.html.markdown b/gdscript.html.markdown index ed779c8a..25af0974 100644 --- a/gdscript.html.markdown +++ b/gdscript.html.markdown @@ -281,6 +281,7 @@ func _on_death(): ## Type hints GDScript can optionally use static typing. + ```nim extends Node |