[UNFINISHED!] redstone-lite test, fun to mess around with! i mean messing around as in messing around but not abusing bugs :3 this project might be broken, take that as a warning to not do anything goofy because fixing these bugs is usurping my love to live while the full-stage dragging (hold mouse on stage, and move your mouse) is theoretically unfenced, however, because the mouse x and y blocks ARE fenced, in return, the dragging feels fenced. you can get around this by stopping the drag and then start a drag in the wanted direction. THINGS: the things are listed from top to bottom, with the first thing being on the very top, and the ninth being on the very bottom. 1. the input -- when the mouse is down on it, it emits a signal 2. the lever -- similar to the input, but instead behaves more like a t-flip flop 3. the output -- shows a value of 1 when a signal is emitted onto it, otherwise shows a 0 4. AND logic gate -- takes the inputs from above and below it, and if both have a signal, the right side signal will emit 5. the diode -- lets the signal flow from left to right, and never the other way around. 6. NOT logic gate -- takes an input from the left side, and emits the right side signal if left is NOT true 7. the redirector (todo!) -- click on it, you get two different modes, colored by the classic hotdog #f00 and #ff0 colors. the signals flow as shown on the redirector, click on it to change the flow 8, 9. the duplicator (todo!) -- duplicates a signal coming from one edge and outputs it's value on the sides CONTROLS: currently not mobile friendly - click on a thing on the "palette" (left side of the stage) to create it. click again on your desired location, and the thing will stop moving along with your mouse - hold space to move the thing after it's been placed - click on the created thing to do something, if applicable - press A on an edge of the thing to create a wire, then press ENTER on the desired other end of new wire to end said wire, or press A again to cancel the new wire. creating wires out of the same edge will disconnect the current wire on said edge, allowing you to remove a wire if you press A again.