summaryrefslogtreecommitdiffstats
path: root/editor/icons/CharacterBody3D.svg
Commit message (Collapse)AuthorAgeFilesLines
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-231-1/+1
|
* Reduce the total size of our SVGs by 15%VolTer2023-06-041-1/+1
|
* Fix near one opacity in editor iconsPaweł2022-11-241-1/+1
|
* KinematicBody split between new CharacterBody and PhysicsBodyPouleyKetchoupp2021-06-041-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.