Skip to content
New issue

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

2D movement overview #10053

Open
danfiguerasferras opened this issue Oct 6, 2024 · 0 comments
Open

2D movement overview #10053

danfiguerasferras opened this issue Oct 6, 2024 · 0 comments
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation bug

Comments

@danfiguerasferras
Copy link

danfiguerasferras commented Oct 6, 2024

Your Godot version:
v4.3.stable.official [77dcf97d8]

Issue description:
res://scripts/projectile.gd:13 - Parse Error: Identifier "velocity" not declared in the current scope.
2D movement overview doesn't work on Area2D nodes as specified in the documentation

We'll use [CharacterBody2D](https://docs.godotengine.org/en/stable/classes/class_characterbody2d.html#class-characterbody2d) for these examples, but the principles will apply to other node types (Area2D, RigidBody2D) as well.

URL to the documentation page:
https://docs.godotengine.org/en/stable/tutorials/2d/2d_movement.html#introduction

@skyace65 skyace65 added the area:manual Issues and PRs related to the Manual/Tutorials section of the documentation label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation bug
Projects
None yet
Development

No branches or pull requests

2 participants