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