Cleanup uses of double spaces between words or after punctuation

This commit is contained in:
Rémi Verschelde
2021-06-07 10:15:21 +02:00
committed by Hugo Locurcio
parent fd2981257f
commit e2b95576d8
26 changed files with 111 additions and 103 deletions

View File

@@ -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