-
-
Notifications
You must be signed in to change notification settings - Fork 709
Add player grow-shrink controls to PhysicsCollisionSample #965
Copy link
Copy link
Closed
Labels
difficulty:easySimple, few changes requiredSimple, few changes requiredgood-first-issueFirst-time contributor-friendlyFirst-time contributor-friendlyhelp wantedContributions welcome / high PR acceptance rateContributions welcome / high PR acceptance ratelang:java-onlySolution should be in JavaSolution should be in Java
Metadata
Metadata
Assignees
Labels
difficulty:easySimple, few changes requiredSimple, few changes requiredgood-first-issueFirst-time contributor-friendlyFirst-time contributor-friendlyhelp wantedContributions welcome / high PR acceptance rateContributions welcome / high PR acceptance ratelang:java-onlySolution should be in JavaSolution should be in Java
The sample is in fxgl-samples / sandbox: https://github.com/AlmasB/FXGL/blob/dev/fxgl-samples/src/main/java/sandbox/PhysicsCollisionSample.java
We need to add a few
onKeyDown()that will enlarge / shrink the player by changing its scale. So we can check various collision situations. The ability to rotate the player would also be useful here.