diff --git a/SimulaattoriPeli/SimulaattoriPeli/SimulaattoriPeli.cs b/SimulaattoriPeli/SimulaattoriPeli/SimulaattoriPeli.cs index cf76761ea85cd6560fdf247db9cb5c475db98879..2532f64e448b83f4311c6a352e65a8b9e17538ec 100644 --- a/SimulaattoriPeli/SimulaattoriPeli/SimulaattoriPeli.cs +++ b/SimulaattoriPeli/SimulaattoriPeli/SimulaattoriPeli.cs @@ -47,9 +47,9 @@ public class SimulaattoriPeli : PhysicsGame Hahmot.Position = new Vector(-750, 0); //Hahmojen alueen sijainti Add(Hahmot); //lisää hahmojen alueen - HahmotPaikka = new GameObject(100, 100, Shape.Circle); //Luo hahmojen paikat - HahmotPaikka.Color = Color.White; //Hahmojen paikka väri - Hahmot.Add(HahmotPaikka); KESKEN + //HahmotPaikka = new GameObject(100, 100, Shape.Circle); //Luo hahmojen paikat + //HahmotPaikka.Color = Color.White; //Hahmojen paikka väri + //Hahmot.Add(HahmotPaikka); KESKEN Label hahmotOtsikko = new Label("Characters"); //teksti hahmojen alueelle hahmotOtsikko.TextColor = Color.Black; // tekstin väri