From c958112590c6a5bc73212cb6cd3b901f6c6deab3 Mon Sep 17 00:00:00 2001 From: CodedSakura Date: Sat, 25 Jul 2026 23:00:58 +0200 Subject: [PATCH] add reactor resizing --- index.html | 3 +- scripts/dev-mode.js | 2 + scripts/files.js | 4 + scripts/main.js | 1 + scripts/planner-resize.js | 200 ++++++++++++++++++++++++++++++++++++++ scripts/planner.js | 81 ++++++++------- style.css | 125 +++++++++++++++++++++++- 7 files changed, 378 insertions(+), 38 deletions(-) create mode 100644 scripts/planner-resize.js diff --git a/index.html b/index.html index ee350c5..2bbfa4e 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,7 @@
+
@@ -124,7 +125,7 @@