diff --git a/Financial_Freedom/Financial_Freedom/Financial_Freedom.cs b/Financial_Freedom/Financial_Freedom/Financial_Freedom.cs index 7ab923c231c8122a891ac51e96d750806b552c39..cf60bc9005266df6cb0bcaa18b7a8e4f03b3710a 100644 --- a/Financial_Freedom/Financial_Freedom/Financial_Freedom.cs +++ b/Financial_Freedom/Financial_Freedom/Financial_Freedom.cs @@ -1129,7 +1129,7 @@ public class Financial_Freedom : PhysicsGame int nappiheight = 100; staybutton = new PushButton(nappiwidth, nappiheight, "Stay / Pysy Tässä"); - staybutton.Position = new Vector(Screen.Left+200, Screen.Height / 6); // vasen + staybutton.Position = new Vector(Screen.Left+200, -Screen.Height / 6); // vasen staybutton.Size = new Vector(350, 100); staybutton.TextScale = new Vector(2,2); staybutton.Clicked += delegate { _ = PysyTassa(bjVaihtoehdot, pelaajanSummalab); Remove(staybutton);};;