From 5d0a5cf09d7fc184a1aa17bb663851eb8482fa14 Mon Sep 17 00:00:00 2001 From: Benjamin Kraft Date: Fri, 24 Mar 2023 14:04:00 +0100 Subject: [PATCH] Working setup --- project.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/project.json b/project.json index e69de29..c32ba46 100644 --- a/project.json +++ b/project.json @@ -0,0 +1,6 @@ +{ + "display_name": "Memory", + "info_text": "A memory game, also works online with your friends.", + "visible": true, + "tags": ["Game", "Multiplayer"] +} \ No newline at end of file