[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>
This commit is contained in:
Wichamir 2021-11-14 00:28:21 +01:00 committed by GitHub
parent ccb256ebf0
commit 519ad03a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,6 +281,7 @@ func _on_death():
## Type hints ## Type hints
GDScript can optionally use static typing. GDScript can optionally use static typing.
```nim ```nim
extends Node extends Node