- Timestamp:
- 2017-07-28 11:45:57 (6 years ago)
- Location:
- 2017/30/MikaelH
- Files:
-
- 36 added
- 1 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/30/MikaelH/Cat Jump/Cat Jump/Cat_Jump/Cat_Jump.csproj
r9117 r9202 118 118 <Content Include="Game.ico" /> 119 119 <Content Include="GameThumbnail.png" /> 120 </ItemGroup> 121 <ItemGroup> 122 <ProjectReference Include="..\Cat_JumpContent\Cat_JumpContent.contentproj"> 123 <Name>Cat_JumpContent</Name> 124 <XnaReferenceType>Content</XnaReferenceType> 125 </ProjectReference> 120 <Content Include="kissa.jpg" /> 126 121 </ItemGroup> 127 122 <ItemGroup> … … 152 147 </BootstrapperPackage> 153 148 </ItemGroup> 149 <ItemGroup> 150 <ProjectReference Include="..\Cat JumpContent\Cat JumpContent.contentproj"> 151 <Project>{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}</Project> 152 <Name>Cat JumpContent</Name> 153 <XnaReferenceType>Content</XnaReferenceType> 154 </ProjectReference> 155 </ItemGroup> 154 156 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 155 157 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> -
2017/30/MikaelH/CatJump/CatJump/CatJump/CatJump.cs
r9150 r9202 9 9 public class CatJump : PhysicsGame 10 10 { 11 const double nopeus = 200;12 const double hyppyNopeus = 750;13 const int RUUDUN_KOKO = 40;11 const double nopeus = 750; 12 const double hyppyNopeus = 1000; 13 const int RUUDUN_KOKO = 20; 14 14 15 15 PlatformCharacter pelaaja1; -
2017/30/MikaelH/CatJump/CatJump/CatJump/CatJump.csproj.Debug.cachefile
r9117 r9202 2 2 Content\norsu.xnb 3 3 Content\tahti.xnb 4 Content\kissa.xnb 4 5 Content\kentta1.xnb 5 Content\kissa.xnb
Note: See TracChangeset
for help on using the changeset viewer.