chore: Fixed Test Shape
This commit is contained in:
		@@ -72,7 +72,7 @@ public class Game1 : Game
 | 
			
		||||
        gameObjectDiamond.Transform.Scale = new Vector2D(100f, 100f);
 | 
			
		||||
        gameObjectDiamond.BehaviourController.AddBehaviour<KeyboardInputsBehaviour>();
 | 
			
		||||
        gameObjectDiamond.BehaviourController.AddBehaviour<MovementBoxBehaviour>(Keys.W, Keys.S, 268f, -268f, 400f);
 | 
			
		||||
        gameObjectDiamond.BehaviourController.AddBehaviour<ShapeBehaviour>(new Shape([Vector2D.Up, Vector2D.One * 2f, Vector2D.Right, Vector2D.Down, Vector2D.Zero, Vector2D.Left]));
 | 
			
		||||
        gameObjectDiamond.BehaviourController.AddBehaviour<ShapeBehaviour>(new Shape([Vector2D.Up, Vector2D.One, Vector2D.Right, Vector2D.Down, Vector2D.Zero, Vector2D.Left]));
 | 
			
		||||
        gameObjectDiamond.BehaviourController.AddBehaviour<ShapeAABBBehaviour>();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user