Skip to content

Path Goal Direction and Boundary Issues in Editor #634

@TKanX

Description

@TKanX

Description:

The path goal component in the editor has several related issues:

  • Path can only be created from left to right.
  • Cannot create paths from right to left.
  • Ball movement doesn't follow reverse path direction correctly.

Steps to Reproduce:

  1. Enter Editor Island.
  2. Create a path goal.
  3. Try to drag end point to left of start point.
  4. Observe boundary box and ball movement issues.

Expected Behavior:

Should support path creation in both directions.

Technical Notes:

  • Need to check other level files for working reverse path implementations.
  • Requires coordination between setEnds(), updateBounds() and tickPath() functions.
  • May need to modify path initialization and transform handling.

Related Components:

  • Types/Entities/Goals/PathGoal.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions