Skip to content
Snippets Groups Projects
Commit b63a8086 authored by jimsebna's avatar jimsebna
Browse files

Pistin kommenteihin kesken eräsen jutun, pitäisi ajaa nytten.

parent 7709a74b
No related branches found
No related tags found
No related merge requests found
...@@ -47,9 +47,9 @@ public class SimulaattoriPeli : PhysicsGame ...@@ -47,9 +47,9 @@ public class SimulaattoriPeli : PhysicsGame
Hahmot.Position = new Vector(-750, 0); //Hahmojen alueen sijainti Hahmot.Position = new Vector(-750, 0); //Hahmojen alueen sijainti
Add(Hahmot); //lisää hahmojen alueen Add(Hahmot); //lisää hahmojen alueen
HahmotPaikka = new GameObject(100, 100, Shape.Circle); //Luo hahmojen paikat //HahmotPaikka = new GameObject(100, 100, Shape.Circle); //Luo hahmojen paikat
HahmotPaikka.Color = Color.White; //Hahmojen paikka väri //HahmotPaikka.Color = Color.White; //Hahmojen paikka väri
Hahmot.Add(HahmotPaikka); KESKEN //Hahmot.Add(HahmotPaikka); KESKEN
Label hahmotOtsikko = new Label("Characters"); //teksti hahmojen alueelle Label hahmotOtsikko = new Label("Characters"); //teksti hahmojen alueelle
hahmotOtsikko.TextColor = Color.Black; // tekstin väri hahmotOtsikko.TextColor = Color.Black; // tekstin väri
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment