aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* feat: add gravity and gravity-movement plugins魏曹先生7 days5-0/+77
| | | | | | | Add CHGravityPlugin to manage the global gravity resource and CHGravityMovementGluePlugin to apply gravity to movement velocity each fixed update. Update workspace dependencies and include the new crates in the main app.
* refactor: rename CHMovementPlugins to CHMovementPlugin魏曹先生7 days1-2/+2
|
* fix: clamp zero velocities in direction check魏曹先生7 days1-4/+4
|
* chore: use bevy Transform for movement魏曹先生7 days3-23/+11
| | | | | Replace the custom Position component with Bevy's built-in Transform for entity movement.
* chore: initialize project workspace and movement plugin魏曹先生7 days6-0/+152