From 57c6167b6ade242b8f81416c619f5c8ffb53b36e Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 24 Apr 2015 17:15:10 -0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index 013f462..bce0e9e 100644 --- a/Home.md +++ b/Home.md @@ -73,6 +73,7 @@ Be it by fixing issues or taking one of the "fun" and "not so fun" tasks. Before * [Custom Drawing in Node2D/Control](tutorial_custom_draw_2d) * [Custom GUI Controls](tutorial_custom_controls) * [Screen-Reading Shaders (texscreen() & BackBufferCopy)](tutorial_texscreen) +* [Ray-Casting](tutorial_raycasting) Raycasting From Code. * ~~[GUI Containers](tutorial_containers)~~ * [Cut-Out Animation](Cutout-Animation) * ~~[Physics Object Guide](tutorial_physics_objects_guide)~~