From 91a3856813cd8f6b36822649370216a9d7dd1b9c Mon Sep 17 00:00:00 2001 From: Midou Date: Tue, 29 Jul 2025 00:56:36 +0100 Subject: [PATCH] Delete dat, it's private until something concrete comes out of it --- src/lib/project.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/project.json b/src/lib/project.json index fffb269..b188b06 100755 --- a/src/lib/project.json +++ b/src/lib/project.json @@ -19,8 +19,8 @@ "name": "Candengine", "date": "2023", "desc": "A game engine written in C++ and OpenGL + Vulkan. (Learning project)", - "url": "https://github.com/Midou36O/SDL_Gravity_Box", - "image": "https://github.com/Midou36O/SDL_Gravity_Box/blob/testing-learning/resources/Candengine.png?raw=true", - "imdes": "Picture of Candengine. A gear can be seen in the back, with a cream candy cookie on top of it." + "url": "/projects", + "image": "", + "imdes": "No image" } ]