Skip to content
Snippets Groups Projects
Commit bd766a03 authored by Salonen Leo Sakari's avatar Salonen Leo Sakari
Browse files

Tein pomppu possusta isomman. Jostain syystä 150x150 kokoisena ei enää hypännyt.

parent 94b888da
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ public class PomppuPossu : PhysicsGame
/// <param name="korkeus">korkeus</param>
private void LisaaPelaaja(Vector paikka, double leveys, double korkeus)
{
pomppuPossu = new PlatformCharacter(60, 60);
pomppuPossu = new PlatformCharacter(100, 100);
pomppuPossu.Position = paikka;
pomppuPossu.Mass = 4.0;
pomppuPossu.Image = _pomppuPossunKuva;
......
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