diff --git a/SimulaattoriPeli/SimulaattoriPeli/SimulaattoriPeli.cs b/SimulaattoriPeli/SimulaattoriPeli/SimulaattoriPeli.cs index 642cdef2bbac85edd3faa059396f6a64914f9831..cb8e4f5140410533b7c56261db74a18c14193fa8 100644 --- a/SimulaattoriPeli/SimulaattoriPeli/SimulaattoriPeli.cs +++ b/SimulaattoriPeli/SimulaattoriPeli/SimulaattoriPeli.cs @@ -31,6 +31,7 @@ public class SimulaattoriPeli : PhysicsGame Näppäimet(); Pohja(); HahmotKuvakkeet(); + HahmoInfot(); } private void AlkuAsetukset() //asetukset @@ -116,6 +117,26 @@ public class SimulaattoriPeli : PhysicsGame GiantKuva.Position = new Vector(-850, 300); GiantKuva.Image.Scaling = ImageScaling.Nearest; Add(GiantKuva); + } + + private void HahmoInfot() + { + PushButton GiantInfo = new PushButton(185, 185, ""); + GiantInfo.Shape = Shape.Circle; + GiantInfo.Color = Color.Transparent; + GiantInfo.BorderColor = Color.Transparent; + GiantInfo.Position = new Vector(-850, 300); + Add(GiantInfo, 3); + + GiantInfo.Clicked += delegate + { + + }; + + + + + } } @@ -124,6 +145,7 @@ public class SimulaattoriPeli : PhysicsGame + // TO DO LISTA // HAHMOJEN SUUNNITTELU, STATISTIIKKA, VÄRIMAAILMA, KOKO (GIANT JA DWARF), (KAIKKI TEKEE) // HAHMOJEN TEKO (KAIKKI TEKEE)