Hello, I'm new to your engine and am working on my first game. In it the player can only move forward or backward(towards right or left on screen). So for this I need that as the player keeps moving forward, he keeps getting more and more nodes ( which are just StaticBody2D nodes player can land and move/jump forward on ). Also, These new progressing nodes should be non overlapping and if possible at a certain minimum distance.
It's in 2D only.
So, to sum up I want somewhat:
1) Random placing of nodes as player moves forward.
2) Non-overlapping
3) Infinite
EDIT: Is this (or somewhat like this) is what is called procedural generation?
Please suggest me some ways or code snippets to do the above mentioned.
Thanks in Advance for spending your precious time in helping me out in my problem