From 5471410b5d958bcd3fb08bcf0f58da84830a42e4 Mon Sep 17 00:00:00 2001 From: Benjamin Kraft Date: Sun, 19 Mar 2023 09:39:33 +0100 Subject: [PATCH] Init --- .gitignore | 2 -- project.json | 6 ++++++ public/index.html | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 project.json diff --git a/.gitignore b/.gitignore index a25729d..485dee6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ .idea -.env -node_modules diff --git a/project.json b/project.json new file mode 100644 index 0000000..183ac09 --- /dev/null +++ b/project.json @@ -0,0 +1,6 @@ +{ + "display_name": "Bricks", + "info_text": "My own version of the classical \"Break Bricks\".", + "visible": true, + "tags": ["Game"] +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 923b88d..10ee306 100644 --- a/public/index.html +++ b/public/index.html @@ -13,7 +13,7 @@ - Bricks v3.1 JS + Bricks