diff --git a/Game/Game1.cs b/Game/Game1.cs index 2b0482a..643fec5 100644 --- a/Game/Game1.cs +++ b/Game/Game1.cs @@ -72,7 +72,7 @@ public class Game1 : Game gameObjectDiamond.Transform.Scale = new Vector2D(100f, 100f); gameObjectDiamond.BehaviourController.AddBehaviour(); gameObjectDiamond.BehaviourController.AddBehaviour(Keys.W, Keys.S, 268f, -268f, 400f); - gameObjectDiamond.BehaviourController.AddBehaviour(new Shape([Vector2D.Up, Vector2D.One * 2f, Vector2D.Right, Vector2D.Down, Vector2D.Zero, Vector2D.Left])); + gameObjectDiamond.BehaviourController.AddBehaviour(new Shape([Vector2D.Up, Vector2D.One, Vector2D.Right, Vector2D.Down, Vector2D.Zero, Vector2D.Left])); gameObjectDiamond.BehaviourController.AddBehaviour(); }