From 57cc651ac485dbfb76c53db417a5dbfaefd263ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Sun, 11 Jan 2026 15:04:36 +0100 Subject: [PATCH] Flesh out todos --- doc/TODO.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/TODO.md b/doc/TODO.md index 13cbad8..69fe842 100644 --- a/doc/TODO.md +++ b/doc/TODO.md @@ -2,6 +2,14 @@ * Refactor broadcast source * Allow users to upload script asset sub-assets without first saving by making temporary files * Create playground for script assets + - Render on a modal canvas * Preview script assets in marketplace + - Render on a modal canvas * Add text assets and font selection * Allow custom scripts to pull recent twitch chats + - Serve the ones that occurred since last tick to tick() or give a ~30 second window of messages +* Replace default script class with a seeding system from a filesystem directory + - Title + - Source code + - Logo (optional) + - Assets (optional)