- Timestamp:
- 2010-07-08 10:09:30 (13 years ago)
- Location:
- 2010/27/Jupepaiv
- Files:
-
- 22 added
- 1 deleted
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
2010/27/Jupepaiv/FysiikkaPeli1/Content/Content.contentproj
r1147 r1163 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 2 2 <PropertyGroup> 3 3 <ProjectGuid>1b94128c-43e0-45e8-9e3a-049beeccc36b</ProjectGuid> … … 34 34 <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> 35 35 </ItemGroup> 36 <ItemGroup> 37 <Compile Include="Nemesis1 hyppy.png"> 38 <Name>Nemesis1 hyppy</Name> 39 <Importer>TextureImporter</Importer> 40 <Processor>TextureProcessor</Processor> 41 </Compile> 42 </ItemGroup> 43 <ItemGroup> 44 <Compile Include="Nemesis1 attack special.png"> 45 <Name>Nemesis1 attack special</Name> 46 <Importer>TextureImporter</Importer> 47 <Processor>TextureProcessor</Processor> 48 </Compile> 49 <Compile Include="Nemesis1 attack.png"> 50 <Name>Nemesis1 attack</Name> 51 <Importer>TextureImporter</Importer> 52 <Processor>TextureProcessor</Processor> 53 </Compile> 54 </ItemGroup> 55 <ItemGroup> 56 <Compile Include="Nemesis1 kävely1.png"> 57 <Name>Nemesis1 kävely1</Name> 58 <Importer>TextureImporter</Importer> 59 <Processor>TextureProcessor</Processor> 60 </Compile> 61 <Compile Include="Nemesis1.png"> 62 <Name>Nemesis1</Name> 63 <Importer>TextureImporter</Importer> 64 <Processor>TextureProcessor</Processor> 65 </Compile> 66 <Compile Include="Nemesis2 attack special.png"> 67 <Name>Nemesis2 attack special</Name> 68 <Importer>TextureImporter</Importer> 69 <Processor>TextureProcessor</Processor> 70 </Compile> 71 <Compile Include="Nemesis2 attack.png"> 72 <Name>Nemesis2 attack</Name> 73 <Importer>TextureImporter</Importer> 74 <Processor>TextureProcessor</Processor> 75 </Compile> 76 <Compile Include="Nemesis2 hyppy.png"> 77 <Name>Nemesis2 hyppy</Name> 78 <Importer>TextureImporter</Importer> 79 <Processor>TextureProcessor</Processor> 80 </Compile> 81 <Compile Include="Nemesis2 kävely.png"> 82 <Name>Nemesis2 kävely</Name> 83 <Importer>TextureImporter</Importer> 84 <Processor>TextureProcessor</Processor> 85 </Compile> 86 <Compile Include="Nemesis2.png"> 87 <Name>Nemesis2</Name> 88 <Importer>TextureImporter</Importer> 89 <Processor>TextureProcessor</Processor> 90 </Compile> 91 </ItemGroup> 36 92 </Project> -
2010/27/Jupepaiv/FysiikkaPeli1/Nemesis Duels.sln
r1147 r1163 2 2 Microsoft Visual Studio Solution File, Format Version 10.00 3 3 # Visual Studio 2008 4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = " FysiikkaPeli1", "FysiikkaPeli1.csproj", "{8D9A5B52-FC6E-4D12-83D5-AE74EE66E539}"4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nemesis Duels", "Nemesis Duels.csproj", "{8D9A5B52-FC6E-4D12-83D5-AE74EE66E539}" 5 5 EndProject 6 6 Global -
2010/27/Jupepaiv/FysiikkaPeli1/Peli.cs
r1147 r1163 8 8 protected override void Begin() 9 9 { 10 //TODO: Alusta peli tässä 10 PhysicsObject Nemesis1 = new PhysicsObject( 40.0, 40.0 ); 11 Nemesis1.Shape = Shape.Rectangle; 12 Add.Nemesis1; 11 13 } 12 14 }
Note: See TracChangeset
for help on using the changeset viewer.