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

walk_to_point is not working on characters #279

Closed
mapedorr opened this issue Sep 12, 2024 · 0 comments · Fixed by #280
Closed

walk_to_point is not working on characters #279

mapedorr opened this issue Sep 12, 2024 · 0 comments · Fixed by #280
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mapedorr
Copy link
Collaborator

Bug description

Player character ignores the walk_to_point of another character in the room.

Steps to reproduce

  1. Add another character to the room, and use the gizmo to change its walk_to_point property.
  2. On its _on_click() function make the PC to walk to the clicked object.
  3. Run the game an click on the NPC.
  4. The PC will walk towards the NPC, but it's going to ignore the walk_to_point coordinates to walk to the NPC's origin point.

Expected vs observed behavior

The PC should move to the coordinates defined by the walk_to_point property of the NPC.

Environment information (please complete):

  • OS type and version: Windows 11
  • Godot version: 4.3
  • Plugin version or branch: pre-release
@mapedorr mapedorr added the bug Something isn't working label Sep 12, 2024
@mapedorr mapedorr added this to the v2.0 - Stable milestone Sep 12, 2024
@mapedorr mapedorr self-assigned this Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant