Jelajahi Sumber

remove unneded link

mitm001 5 tahun lalu
induk
melakukan
4b07a624fa
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      docs/modules/tutorials/pages/beginner/hello_picking.adoc

+ 0 - 2
docs/modules/tutorials/pages/beginner/hello_picking.adoc

@@ -398,8 +398,6 @@ Use your imagination from here:
 *  In your game, the click can trigger any action on the identified Geometry: Detach it and put it into the inventory, attach something to it, trigger an animation or effect, open a door or crate, – etc.
 *  In your game, you could replace the red mark with a particle emitter, add an explosion effect, play a sound, calculate the new score after each hit depending on what was hit – etc.
 
-Now, wouldn't it be nice if those targets and the floor were solid objects and you could walk around between them? Let's continue to learn about xref:beginner/hello_collision.adoc[Collision Detection].
-
 *See also:*
 
 *  xref:beginner/hello_input_system#.adoc[Hello Input]