diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-27 15:24:07 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-27 15:24:07 -0400 |
commit | 52d43a63d02e973f28aa30b768eddc042a4f155b (patch) | |
tree | 852de9a02ff9c6298c5b41dcc466786ed8af3be6 /2d/rigidbody | |
parent | 28d0d84638ba1ba45696f3fa86cb18e694f280a5 (diff) |
Some minor updates to SAT explanation, and made icons work everywhere
Diffstat (limited to '2d/rigidbody')
-rw-r--r-- | 2d/rigidbody/rigidbody_1.html | 2 | ||||
-rw-r--r-- | 2d/rigidbody/rigidbody_2.html | 2 | ||||
-rw-r--r-- | 2d/rigidbody/rigidbody_3.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/2d/rigidbody/rigidbody_1.html b/2d/rigidbody/rigidbody_1.html index 79fd09b..b98d292 100644 --- a/2d/rigidbody/rigidbody_1.html +++ b/2d/rigidbody/rigidbody_1.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <link rel="stylesheet" href="/index.css"> <title>Physics for Games</title> - <link rel="shortcut icon" href="favicon/favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon"> <meta name="description" content="A place to learn all about real-time physics simulations through descriptions, code snippets, and example programs all written in C++ and OpenGL."> <meta name="og:description" content="A place to learn all about real-time physics simulations through descriptions, code snippets, and example programs all written in C++ and OpenGL."> </head> diff --git a/2d/rigidbody/rigidbody_2.html b/2d/rigidbody/rigidbody_2.html index 53df782..c112c6e 100644 --- a/2d/rigidbody/rigidbody_2.html +++ b/2d/rigidbody/rigidbody_2.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <link rel="stylesheet" href="/index.css"> <title>Physics for Games</title> - <link rel="shortcut icon" href="favicon/favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon"> <meta name="description" content="A place to learn all about real-time physics simulations through descriptions, code snippets, and example programs all written in C++ and OpenGL."> <meta name="og:description" content="A place to learn all about real-time physics simulations through descriptions, code snippets, and example programs all written in C++ and OpenGL."> </head> diff --git a/2d/rigidbody/rigidbody_3.html b/2d/rigidbody/rigidbody_3.html index eab6527..83279c7 100644 --- a/2d/rigidbody/rigidbody_3.html +++ b/2d/rigidbody/rigidbody_3.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <link rel="stylesheet" href="/index.css"> <title>Physics for Games</title> - <link rel="shortcut icon" href="favicon/favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon"> <meta name="description" content="A place to learn all about real-time physics simulations through descriptions, code snippets, and example programs all written in C++ and OpenGL."> <meta name="og:description" content="A place to learn all about real-time physics simulations through descriptions, code snippets, and example programs all written in C++ and OpenGL."> </head> |