Skip to content
Snippets Groups Projects
Commit 483d8d72 authored by josisaku's avatar josisaku
Browse files

jotain fixasin

parent 517d031a
No related branches found
No related tags found
No related merge requests found
...@@ -1129,7 +1129,7 @@ public class Financial_Freedom : PhysicsGame ...@@ -1129,7 +1129,7 @@ public class Financial_Freedom : PhysicsGame
int nappiheight = 100; int nappiheight = 100;
staybutton = new PushButton(nappiwidth, nappiheight, "Stay / Pysy Tässä"); 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.Size = new Vector(350, 100);
staybutton.TextScale = new Vector(2,2); staybutton.TextScale = new Vector(2,2);
staybutton.Clicked += delegate { _ = PysyTassa(bjVaihtoehdot, pelaajanSummalab); Remove(staybutton);};; staybutton.Clicked += delegate { _ = PysyTassa(bjVaihtoehdot, pelaajanSummalab); Remove(staybutton);};;
......
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