Problem with movement - paper 2d character + mouse

I made a paper 2d character and want to control it with mouse. I don’t know how to make this setup and I tried to do this with making line from character location to mouse location and delay 0.016667 that move the character to that position to match up the 60 fps, however there is a delay with the nodes that calculate this and in the best scenario fps will be 30 and character will move twice slower, which is not best at all. Is there any way to make paper 2d character to move with a mouse in tilemaps because I watched all possible videos on youtube and there was not a single one showing how to set up this.