|
@@ -94,8 +94,9 @@ function ConstantForceControllerToy::createBackground( %this )
|
|
|
// Create border collisions.
|
|
|
%object.createEdgeCollisionShape( -50, -37.5, -50, 37.5 );
|
|
|
%object.createEdgeCollisionShape( 50, -37.5, 50, 37.5 );
|
|
|
- %object.createEdgeCollisionShape( -50, -37.5, 50, -37.5 );
|
|
|
%object.createEdgeCollisionShape( -50, 37.5, 50, 37.5 );
|
|
|
+ %object.createEdgeCollisionShape( -50, -34.5, 50, -34.5 );
|
|
|
+
|
|
|
|
|
|
// Add the sprite to the scene.
|
|
|
SandboxScene.add( %object );
|