From c58d6cc58f477f57e2c790c518629f54c7bff2e2 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 26 Jun 2025 22:20:49 -0600 Subject: [PATCH] Add the initial file support for the restructured system using the improved knowledge that I've gained since initial implementation --- module/main.mjs | 0 styles/main.css | 0 system.json | 13 ++++++++----- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 module/main.mjs create mode 100644 styles/main.css diff --git a/module/main.mjs b/module/main.mjs new file mode 100644 index 0000000..e69de29 diff --git a/styles/main.css b/styles/main.css new file mode 100644 index 0000000..e69de29 diff --git a/system.json b/system.json index d1561a6..70dd86a 100644 --- a/system.json +++ b/system.json @@ -7,9 +7,9 @@ "manifest": "https://github.com/Oliver-Akins/Text-Actors-Foundry/releases/latest/download/system.json", "url": "https://github.com/Oliver-Akins/Text-Actors-Foundry", "compatibility": { - "minimum": 12, - "verified": 12, - "maximum": 12 + "minimum": 13, + "verified": 13, + "maximum": 13 }, "authors": [ { @@ -18,10 +18,13 @@ } ], "esmodules": [ - "src/main.mjs" + "./module/main.mjs" ], "styles": [ - ".styles/root.css" + { + "src": "./styles/main.css", + "layer": "system" + } ], "packs": [], "documentTypes": {