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:
- Enter
Editor Island.
- Create a path goal.
- Try to drag end point to left of start point.
- 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
Description:
The path goal component in the editor has several related issues:
Steps to Reproduce:
Editor Island.Expected Behavior:
Should support path creation in both directions.
Technical Notes:
setEnds(),updateBounds()andtickPath()functions.Related Components:
Types/Entities/Goals/PathGoal.js