From 9d8007e91c8d955185b22b021b057f87ec09238d Mon Sep 17 00:00:00 2001 From: Jacob Domagala Date: Fri, 9 Feb 2024 23:19:54 +0100 Subject: [PATCH] [#172]: Fix links in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45f1c26e..f19e62cf 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Looper is a game engine with an integrated editor and a 2D type game with a level editor, all written in modern C++20. It uses Vulkan for rendering and ImGui/glfw3 for UI and window/input handling. The project is compatible with Ubuntu and Windows. ![gif](https://raw.githubusercontent.com/wiki/JacobDomagala/Looper/gizmo.gif) +**** ![gif](https://raw.githubusercontent.com/wiki/JacobDomagala/Looper/animation.gif) ## Requirements @@ -41,8 +42,8 @@ cmake --build . If you would like to contribute to the project, please fork the repository and submit a pull request with your proposed changes. We welcome any improvements or new features that enhance the functionality and user experience of Looper. ## Youtube -For past and future video logs, please visit my [Youtube](https://www.youtube.com/watch?v=Qh-vOKMPQGQ&list=PLRLVUsGGaSH-s0A_2w_eo2LQEfTZuqi7Y) channel.
-[![Playlist](https://img.youtube.com/vi/FSUvkXoqPe4/0.jpg)](https://www.youtube.com/watch?v=FSUvkXoqPe4&list=PLRLVUsGGaSH-s0A_2w_eo2LQEfTZuqi7Y "YouTube Playlist") +For past and future video logs, please visit my [Youtube](https://www.youtube.com/watch?v=v3C8wLfSl2I&list=PLRLVUsGGaSH-s0A_2w_eo2LQEfTZuqi7Y) channel.
+[![Playlist](https://img.youtube.com/vi/FSUvkXoqPe4/0.jpg)](https://www.youtube.com/watch?v=v3C8wLfSl2I&list=PLRLVUsGGaSH-s0A_2w_eo2LQEfTZuqi7Y "YouTube Playlist") ## License Please refer to the LICENSE file in the repository for details on the licensing of this project.