From 41bb27b7d2598c8a46cf7161ab0c4425b311e90b Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Tue, 21 Jul 2020 15:21:40 -0700 Subject: [PATCH] add link to bonk docs --- content/pong/ball/bouncing/motion_engine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pong/ball/bouncing/motion_engine.md b/content/pong/ball/bouncing/motion_engine.md index a5cc139..9acab86 100644 --- a/content/pong/ball/bouncing/motion_engine.md +++ b/content/pong/ball/bouncing/motion_engine.md @@ -4,7 +4,7 @@ date: 2019-05-28T18:01:49-07:00 weight: 500 --- -Before we begin you might want to skim the docs for Bonk. But the short version of what you need to know is that SpatialHash is a structure that lets us do fast, inaccurate checks to quickly eliminate potential collision checks. +Before we begin you might want to skim the [docs for Bonk](http://moonside.games/docs/bonk/). But the short version of what you need to know is that SpatialHash is a structure that lets us do fast, inaccurate checks to quickly eliminate potential collision checks. First, we add entities with CollisionComponents to the SpatialHash.