mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Cleanup uses of double spaces between words or after punctuation
This commit is contained in:
committed by
Hugo Locurcio
parent
fd2981257f
commit
e2b95576d8
@@ -1190,7 +1190,7 @@ There are a few things to keep in mind here:
|
||||
in to ``Idle.gd``.
|
||||
4. If ``Idle.gd``'s ``_init`` constructor takes 0 arguments, it still needs to pass some value
|
||||
to the ``State.gd`` parent class, even if it does nothing. This brings us to the fact that you
|
||||
can pass literals in the base constructor as well, not just variables. eg.::
|
||||
can pass literals in the base constructor as well, not just variables, e.g.::
|
||||
|
||||
# Idle.gd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user