Godot-v3-Tutorials-Competent
Godot-v3-Tutorials-Competent copied to clipboard
Node wrapping is not pixel perfect
Node wrapping is not pixel perfect. There should be copies of the node at the edges of the screen which share an update loop. Currently it's just wrapping it around the screen which could be done with wrapf function