mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix indented text captured by tabs group directive
This paragraph has a leading space which causes it to be captured by the previous tabs directive
(cherry picked from commit 0d27e57246)
This commit is contained in:
committed by
Max Hilbrunner
parent
e74e3e354a
commit
f4142022d7
@@ -288,7 +288,7 @@ With this code, if no collisions occurred on a given frame, the loop won't run.
|
||||
}
|
||||
}
|
||||
|
||||
That's a lot of new functions. Here's some more information about them.
|
||||
That's a lot of new functions. Here's some more information about them.
|
||||
|
||||
The functions ``get_slide_collision_count()`` and ``get_slide_collision()`` both come from
|
||||
the :ref:`CharacterBody3D <class_CharacterBody3D>` class and are related to
|
||||
|
||||
Reference in New Issue
Block a user