From b6eb3f38a6bcce5753d1267b23640c85b5b2aab8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:43:05 +0600 Subject: [PATCH] chore: update roadmap content json (#7758) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- public/roadmap-content/game-developer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/roadmap-content/game-developer.json b/public/roadmap-content/game-developer.json index fbe450471..32d0bcc23 100644 --- a/public/roadmap-content/game-developer.json +++ b/public/roadmap-content/game-developer.json @@ -329,6 +329,11 @@ "title": "Center of Mass", "url": "https://medium.com/@brazmogu/physics-for-game-dev-a-platformer-physics-cheatsheet-f34b09064558", "type": "article" + }, + { + "title": "Playing With Unreal Engine Physics: Center of Mass", + "url": "https://www.youtube.com/watch?v=JVX7TA8GkzE", + "type": "video" } ] },