Add console logging for east and west landing objects in test suite
This commit is contained in:
@@ -1114,6 +1114,10 @@ describe("RapierCollisionWorld", () => {
|
||||
},
|
||||
runtimeScene.playerCollider
|
||||
);
|
||||
console.log({
|
||||
eastLanding,
|
||||
westLanding
|
||||
});
|
||||
|
||||
expect(eastLanding.grounded).toBe(true);
|
||||
expect(eastLanding.feetPosition.y).toBeGreaterThan(3.9);
|
||||
|
||||
Reference in New Issue
Block a user