diff --git a/SimulaattoriPeli/SimulaattoriPeli/SimulaattoriPeli.cs b/SimulaattoriPeli/SimulaattoriPeli/SimulaattoriPeli.cs index 5ae7d98b524edf5a4695cf7d6ca9827c475c9e80..29404d8369b7669d7d0cac20dadb7a0ae28bd7db 100644 --- a/SimulaattoriPeli/SimulaattoriPeli/SimulaattoriPeli.cs +++ b/SimulaattoriPeli/SimulaattoriPeli/SimulaattoriPeli.cs @@ -25,11 +25,25 @@ public class SimulaattoriPeli : PhysicsGame Level.CreateBorders(1.0, false); Level.Background.Color = Color.Black; Camera.ZoomToLevel(); - // TO DO: KOKO PELI NÄKYY KAIKISSSA ELI SCALEISSA IsFullScreen = true; + + Keyboard.Listen(Key.Escape, ButtonState.Pressed, ConfirmExit, "Lopeta peli"); } } - \ No newline at end of file +// TO DO LISTA +// HAHMOJEN SUUNNITTELU, STATISTIIKKA, VÄRIMAAILMA, KOKO (GIANT JA DWARF), (KAIKKI TEKEE) +// HAHMOJEN TEKO (KAIKKI TEKEE) +// LAYOUT +// TAISTELUAREENAN TAUSTA(T) (KAIKKI TEKEE) +// LISÄTKÄÄ LISÄÄ ASIOITA MITÄ PITÄÄ TEHDÄ TÄHÄN +// +// +// +// +// +// +// +// \ No newline at end of file