Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style: Optimize `.svg` files with `svgo` | Thaddeus Crews | 2024-06-23 | 1 | -1/+1 |
| | |||||
* | Reduce the total size of our SVGs by 15% | VolTer | 2023-06-04 | 1 | -1/+1 |
| | |||||
* | Fix near one opacity in editor icons | Paweł | 2022-11-24 | 1 | -1/+1 |
| | |||||
* | KinematicBody split between new CharacterBody and PhysicsBody | PouleyKetchoupp | 2021-06-04 | 1 | -0/+1 |
PhysicsBody now has methods move_and_collide/test_move and needed properties for these methods: safe margin, locked axes (3D only). Moved collision_exceptions from StaticBody to PhysicsBody for 3D (same as 2D, and conforms to documentation). RigidBody doesn't have test_motion method anymore, it's now redundant with PhysicsBody.test_move. |