From cdf6465f605c04e995550ccc35b244497b2bdc79 Mon Sep 17 00:00:00 2001 From: arnonos Date: Sun, 17 Aug 2025 17:06:10 -0500 Subject: [PATCH] Add initial workspace configuration file. Add fear mechanic. --- prestonbane.code-workspace | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 prestonbane.code-workspace diff --git a/prestonbane.code-workspace b/prestonbane.code-workspace new file mode 100644 index 00000000..876a1499 --- /dev/null +++ b/prestonbane.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file