From 9a876e544ea7f07ecdbd8821382619139105e19e Mon Sep 17 00:00:00 2001 From: ivanhub7 Date: Fri, 15 Dec 2023 13:58:56 +1100 Subject: [PATCH] fix img issue --- .../Collision Detection and Physics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/products/splashkit/documentation/Tutorials/Creating-a-2D-Metroidvania-Game-Using-Splashkit/Collision Detection and Physics.md b/src/content/docs/products/splashkit/documentation/Tutorials/Creating-a-2D-Metroidvania-Game-Using-Splashkit/Collision Detection and Physics.md index aac61157..f3af3901 100644 --- a/src/content/docs/products/splashkit/documentation/Tutorials/Creating-a-2D-Metroidvania-Game-Using-Splashkit/Collision Detection and Physics.md +++ b/src/content/docs/products/splashkit/documentation/Tutorials/Creating-a-2D-Metroidvania-Game-Using-Splashkit/Collision Detection and Physics.md @@ -365,7 +365,7 @@ for (int i=0; i < platforms.size(); i++) The game should now display the platforms, although they cannot be jumped on. -![Game with platforms.](game_with_platforms.png) +![Game with platforms.](/game_with_platforms.png) ## Collision Detection