瀏覽代碼

remove unneded link

mitm001 5 年之前
父節點
當前提交
4b07a624fa
共有 1 個文件被更改,包括 0 次插入2 次删除
  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]