Skip to content
Snippets Groups Projects
Commit d339266a authored by Saksi Kerttu's avatar Saksi Kerttu
Browse files

testi

parent a7b6da78
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ namespace Sammakkopeli
public void LuoPelihahmo(double x, double y)
{
sammakko = new PhysicsObject(40.0, 26.0);
//sammakko = LoadImage("VainSammakko");
sammakko.Shape = Shape.Rectangle;
sammakko.X = x;
sammakko.Y = y;
......
......@@ -12,5 +12,14 @@
<PackageReference Include="Jypeli.FarseerPhysics.NET" Version="2.*" />
</ItemGroup>
<ItemGroup>
<None Update="content\Kenttä.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="content\VainSammakko.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
Sammakkopeli/Sammakkopeli/content/Kenttä.png

857 B

Sammakkopeli/Sammakkopeli/content/VainSammakko.png

1.31 KiB

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