-
-
Notifications
You must be signed in to change notification settings - Fork 709
Add WaypointMoveComponent #980
Copy link
Copy link
Open
Labels
codefest23-24difficulty:mediumAPI design elements, need time to think throughAPI design elements, need time to think throughgood-first-issueFirst-time contributor-friendlyFirst-time contributor-friendlyhelp wantedContributions welcome / high PR acceptance rateContributions welcome / high PR acceptance ratelang:kotlin-onlySolution should be in KotlinSolution should be in Kotlin
Description
Metadata
Metadata
Assignees
Labels
codefest23-24difficulty:mediumAPI design elements, need time to think throughAPI design elements, need time to think throughgood-first-issueFirst-time contributor-friendlyFirst-time contributor-friendlyhelp wantedContributions welcome / high PR acceptance rateContributions welcome / high PR acceptance ratelang:kotlin-onlySolution should be in KotlinSolution should be in Kotlin
To go to
fxglmodule underdsl.components. The component moves the entity using provided Point2D waypoints.Existing move-related components can be studied: https://github.com/AlmasB/FXGL/tree/dev/fxgl/src/main/kotlin/com/almasb/fxgl/dsl/components
Please provide API design first, before implementation.