Fix code-block indentation

Fixes #1971.
This commit is contained in:
Rémi Verschelde
2018-12-05 01:51:16 +01:00
parent 37f1a2b373
commit 8fa3cc37cd

View File

@@ -988,10 +988,11 @@ There are a few things to keep in mind here:
to the ``State.gd`` base class even if it does nothing. Which brings us to the fact that you
can pass literals in the base constructor as well, not just variables. Eg.:
::
# Idle.gd
::
func _init().(5):
# Idle.gd
func _init().(5):
pass
Inner classes