From b06b9ea838053622fb3b68d43eca07ee4ae47b8a Mon Sep 17 00:00:00 2001 From: Owen Feldman Date: Wed, 15 Apr 2026 18:31:42 -0400 Subject: [PATCH] Update readme --- .vscode/settings.json | 14 +++++++------- README.md | 5 ++++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9975a45..6d949e4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,11 @@ { "files.exclude": { - ".gitignore": true, - "LICENSE": true, - "README.md": true, - ".vscode/": true, - ".venv/": true, - ".ruff_cache/": true, - "*/__pycache__/": true + ".gitignore": false, + "LICENSE": false, + "README.md": false, + ".vscode/": false, + ".venv/": false, + ".ruff_cache/": false, + "*/__pycache__/": false } } diff --git a/README.md b/README.md index 10152f1..678b840 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # Whiskerbound -Whiskerbound remake 4 or 5 I forget \ No newline at end of file +Whiskerbound remake 4 or 5 I forget + +This is a game about taking care of a pet +STILL IN DEVELOPMENT \ No newline at end of file