Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tutorials/physics/ray-casting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ with Area3D, the boolean parameter ``collide_with_areas`` must be set to ``true`

.. tabs::
.. code-tab:: gdscript GDScript

const RAY_LENGTH = 1000

func _physics_process(delta):
Expand Down