aboutsummaryrefslogtreecommitdiff
path: root/plugins/movement/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 days5-0/+143