Skip to content
Snippets Groups Projects
Commit 16fe8c7c authored by Lehtinen Samuli Saul Abiel's avatar Lehtinen Samuli Saul Abiel
Browse files

turha koodinpätkä poistettu

parent e28e94d1
No related branches found
No related tags found
No related merge requests found
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Net.Mime;
using Jypeli; using Jypeli;
using Jypeli.Assets; using Jypeli.Assets;
using Jypeli.Controls; using Jypeli.Controls;
using Jypeli.Widgets; using Jypeli.Widgets;
using System.Drawing;
namespace haluatko_miljonaariksi; namespace haluatko_miljonaariksi;
...@@ -23,10 +24,6 @@ public class haluatko_miljonaariksi : PhysicsGame ...@@ -23,10 +24,6 @@ public class haluatko_miljonaariksi : PhysicsGame
private int[] voitot = private int[] voitot =
{ 100, 200, 300, 500, 1000, 2000, 5000, 10000, 20000, 50000, 100000, 250000, 500000, 1000000 }; { 100, 200, 300, 500, 1000, 2000, 5000, 10000, 20000, 50000, 100000, 250000, 500000, 1000000 };
private int[] palkintorakenne =
{ 100, 200, 300, 500, 1000, 2000, 5000, 10000, 20000, 50000, 100000, 250000, 500000, 1000000 };
private int taso = 0; private int taso = 0;
private int viimeinenTakuusumma = 0; private int viimeinenTakuusumma = 0;
private int vihjeidenMaara = 3; private int vihjeidenMaara = 3;
......
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