diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-06 20:24:55 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-06 20:24:55 -0400 |
commit | 19b0a3cafe144e8e77974bb0c9c63141a812e30d (patch) | |
tree | a0f5cefe8da0d7f5241f8497582445fab5f8315b /2d/rigidbody/rigidbody_3.html.content | |
parent | a0419a14c0d34976587e830fd780e50bac66eb6a (diff) |
Nearly working SAT collision here, but I think I am going to piviot to circles for sake of demonstration in this instance
Diffstat (limited to '2d/rigidbody/rigidbody_3.html.content')
-rw-r--r-- | 2d/rigidbody/rigidbody_3.html.content | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2d/rigidbody/rigidbody_3.html.content b/2d/rigidbody/rigidbody_3.html.content index f79db4f..8985532 100644 --- a/2d/rigidbody/rigidbody_3.html.content +++ b/2d/rigidbody/rigidbody_3.html.content @@ -1,4 +1,4 @@ -<script src="./rigidbody_3/dist/output.js"></script> +3<script src="./rigidbody_3/dist/output.js"></script> <script> window.onload = function() { var lPlayElement = document.getElementById('gl_canvas_play'), |