From 30068f771a1a6e69c43097948439855dea896e83 Mon Sep 17 00:00:00 2001 From: brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> Date: Tue, 2 May 2023 20:53:47 -0400 Subject: mostly works --- src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx | 2 +- src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx b/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx index 5b2a30bfc..9a16c5c73 100644 --- a/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx +++ b/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx @@ -107,7 +107,7 @@ export default class PhysicsSimulationBox extends ViewBoxAnnotatableComponent { let w: IWallProps[] = []; if (this.props.dataDoc['simulationType'] == "One Weight" || this.props.dataDoc['simulationType'] == "Inclined Plane") { w.push({ length: 70, xPos: 0, yPos: 0, angleInDegrees: 0 }); - w.push({ length: 70, xPos: 0, yPos: 80, angleInDegrees: 0 }); - w.push({ length: 80, xPos: 0, yPos: 0, angleInDegrees: 90 }); - w.push({ length: 85, xPos: 69.5, yPos: 0, angleInDegrees: 90 }); + w.push({ length: 70, xPos: 0, yPos: 70, angleInDegrees: 0 }); + w.push({ length: 70, xPos: 0, yPos: 0, angleInDegrees: 90 }); + w.push({ length: 70, xPos: 69.5, yPos: 0, angleInDegrees: 90 }); } this.setState({walls: w}) } -- cgit v1.2.3-70-g09d2