From edeac5e6ff50a9536715b076b0f0a1efc7ef0e56 Mon Sep 17 00:00:00 2001 From: legop3 Date: Thu, 4 Dec 2025 03:12:13 -0500 Subject: [PATCH] new help planning --- plans/new_help_system_outline.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 plans/new_help_system_outline.md diff --git a/plans/new_help_system_outline.md b/plans/new_help_system_outline.md new file mode 100644 index 00000000..afc009b4 --- /dev/null +++ b/plans/new_help_system_outline.md @@ -0,0 +1,21 @@ +# general idea +- a help system that pops up onscreen +- changes based on control layout + - mobile / desktop +- on desktop especially, keybinds will dynamically update, based on what is actually assigned + +# UI layout specifics: +- remake the current help component from scratch + - leave it in the place where it is, so people can always look at the help +- match the styling of the rest of the page +- make sure the help is easy to edit +- add a pop-up which displays underneath any other popup layers, which will display the help component in a large format + - make this pop-up show every time UNLESS the user checks "dont show again" + - use the settings system to store this in the browser + +# what will the help explain? +- how to use the nickname and chat +- how to start driving the rover +- rover controls + - this is the biggest thing that will change in different layouts +- how it works technically (just a placeholder for now) \ No newline at end of file