1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 04:52:13 +02:00

[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

View File

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