a viewer for the linked tree data structure i made earlier, based on windows file explorer. made for debugging purposes, might become a game the reason its called rustle is that the act of exploring a data tree is like rustling throught its leaves --controls-- [UP] and [DOWN] to scroll (scroll wheel also works.) click on a file/reference to open it [LEFT] and [RIGHT] moves the directory text [-] and [=] changes the size of the text click on ".." to go back --implementing-- rustle isnt intended to be used as a standalone project, its instead meant to be backpacked and dragged into the project you need to view the tree in. to implement rustle in a project, you need to backpack it and then create a script that copies your linked tree into the "tree" list. --credits-- this uses https://scratch.mit.edu/projects/934459716/ as a text engine, its pretty neat but a width of text block wouldve been appreciated