We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When enemies spawn in, they should move around the screen a little bit and then move away.
Verify all before submitting
Smaller individual tasks required for completion:
Chronological list of planned work:
The easiest method seems to be using the Path2D node. This allows you to draw a path which can be followed using the PathFollow2D node.
Path2D
PathFollow2D
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When enemies spawn in, they should move around the screen a little bit and then move away.
Pre-flight Checklist
Sub-tasks
Smaller individual tasks required for completion:
Planned procedure
Chronological list of planned work:
Task research, planning and notes
The easiest method seems to be using the
Path2D
node. This allows you to draw a path which can be followed using thePathFollow2D
node.Links
The text was updated successfully, but these errors were encountered: