| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add gravity and gravity-movement plugins | 魏曹先生 | 7 days | 5 | -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 days | 1 | -2/+2 |
| | | |||||
| * | fix: clamp zero velocities in direction check | 魏曹先生 | 7 days | 1 | -4/+4 |
| | | |||||
| * | chore: use bevy Transform for movement | 魏曹先生 | 7 days | 3 | -23/+11 |
| | | | | | | Replace the custom Position component with Bevy's built-in Transform for entity movement. | ||||
| * | chore: initialize project workspace and movement plugin | 魏曹先生 | 7 days | 6 | -0/+152 |
