Skip to content
Snippets Groups Projects
Commit 7961ffaa authored by Näivö Jimi Sebastian's avatar Näivö Jimi Sebastian
Browse files

guide finished

parent 6298a039
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ public class SimulaattoriPeli : PhysicsGame
OhjeetOtsikko.Position = new Vector(Ohjeet.X, Ohjeet.Top - 40); // Otsikon sijainti
Ohjeet.Add(OhjeetOtsikko); // Luo otsikon
Label OhjeetNäppäimet = new Label("Press 1 to Spawn Giant\n \nPress 2 to spawn Goblin\n \nPress 3 to spawn x\n \nPress 4 to spawn x\n \nPress 5 to spawn x\n \nPress 6 to spawn x\n \nPress 7 to spawn x\n \nPress 8 to spawn x \n \n \nTo access character statistics, \nclick on the character in the left panel");
Label OhjeetNäppäimet = new Label("Press 1 to Spawn Giant\n \nPress 2 to spawn Goblin\n \nPress 3 to spawn Witch\n \nPress 4 to spawn Archer\n \nPress 5 to spawn Summoner\n \nPress 6 to spawn Healer\n \nPress 7 to spawn Samurai\n \nPress 8 to spawn Knight\n \n \nTo access character statistics, \nclick on the character in the left panel");
OhjeetNäppäimet.TextColor = Color.Black; // Tekstin väri
OhjeetNäppäimet.Font = Font.DefaultBold; // tekstin fontti
OhjeetNäppäimet.Position = new Vector(Ohjeet.X, Ohjeet.Top - 350); // tekstin sijainti
......
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