sp33dy / Godot-v3-Tutorials-Competent

Tutorials for Competent Godot Engine v3.0 developers
https://steemit.com/@sp33dy
MIT License
43 stars 8 forks source link

Node wrapping is not pixel perfect #5

Open Shadowblitz16 opened 2 years ago

Shadowblitz16 commented 2 years ago

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