//OBSIDIAN OS - 100% Pen --> This OS runs completely on Obsidian, a Scratch language I created to run OS's. --> Everything on the screen is rendered with pen by the Obsidian Engine. --> Click on text boxes to type in them. --> See inside to see how this OS runs. It only has 1 sprite. ///Text engine by @-Rex- ~Note~ This OS may not be the prettiest, but I tried to make it like an actual OS that can open windows, add things to windows, and store files using code. FOR EXAMPLE: > window 0 0 300 300 Test > button Click 0 0 Test -This Obsidian code creates a window at 0 0 with a width/height of 300 titled "Test". Then it adds a button called "Click" in the center of Test. var fileName = hello file *fileName @*fileName = world -This creates a variable called fileName and sets it to hello. Then it creates a file called hello and assigns it the value "world". You could also just do this: file hello = world