Rename usages of collidable to physics (#2230)
* Rename usages of collidable to physics * high tier PANIQUE * aaaaaaaaAAAAAa * cursed commit dont research * Fix urist and items being anchored * Fix the rest
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Content.IntegrationTests.Tests.GameObjects.Components.Movement
|
||||
// Now let's make the player enter a climbing transitioning state.
|
||||
climbing.IsClimbing = true;
|
||||
climbing.TryMoveTo(human.Transform.WorldPosition, table.Transform.WorldPosition);
|
||||
var body = human.GetComponent<ICollidableComponent>();
|
||||
var body = human.GetComponent<IPhysicsComponent>();
|
||||
|
||||
Assert.That(body.HasController<ClimbController>(), "Player has no ClimbController", Is.True);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user