mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Merge pull request #11491 from alkemann/patch-1
Fix indentation causing render issue on code sample
This commit is contained in:
@@ -2394,12 +2394,12 @@ There are a few things to keep in mind here:
|
||||
to the ``state.gd`` base class, even if it does nothing. This brings us to the fact that you
|
||||
can pass expressions to the base constructor as well, not just variables, e.g.:
|
||||
|
||||
::
|
||||
::
|
||||
|
||||
# idle.gd
|
||||
# idle.gd
|
||||
|
||||
func _init():
|
||||
super(5)
|
||||
func _init():
|
||||
super(5)
|
||||
|
||||
Static constructor
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user