This simple undo button lets you modify values, then undo it! This feature is great for things like text input and pixel art. Click to draw, and press z to undo. This is laggy, so don't do anything until it finishing doing your previous action.
This uses lists that record the values every times they are changed, and undoing sets them back to what the values were previously.