From 483d8d728fd2e42bcc376d0f38301e1fd851c2ab Mon Sep 17 00:00:00 2001
From: josisaku <josisaku@jyu.fi>
Date: Thu, 27 Mar 2025 19:40:46 +0200
Subject: [PATCH] jotain fixasin

---
 Financial_Freedom/Financial_Freedom/Financial_Freedom.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Financial_Freedom/Financial_Freedom/Financial_Freedom.cs b/Financial_Freedom/Financial_Freedom/Financial_Freedom.cs
index 7ab923c..cf60bc9 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);};;
-- 
GitLab