- Timestamp:
- 2012-07-05 13:19:48 (11 years ago)
- Location:
- 2012/27/JuhoK/Impossible/Impossible
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/27/JuhoK/Impossible/Impossible/Impossible/Impossible.cs
r3585 r3587 160 160 void jump() 161 161 { 162 cube.Jump(1000 0);162 cube.Jump(1000); 163 163 } 164 164 -
2012/27/JuhoK/Impossible/Impossible/Impossible/Impossible.csproj.Debug.cachefile
r3585 r3587 1 Content\kentta1.xnb 1 2 Content\palikka.xnb 2 3 Content\piikki.xnb 3 Content\kentta1.xnb4 Content\background.xnb5 4 Content\cube.xnb 6 5 Content\viiva.xnb 7 Content\background. png6 Content\background.xnb 8 7 Content\piikki.png -
2012/27/JuhoK/Impossible/Impossible/ImpossibleContent/ImpossibleContent.contentproj
r3584 r3587 45 45 </ItemGroup> 46 46 <ItemGroup> 47 <Compile Include="background.png">48 <Name>background</Name>49 <Importer>TextureImporter</Importer>50 <Processor>TextureProcessor</Processor>51 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>52 </Compile>53 </ItemGroup>54 <ItemGroup>55 47 <Compile Include="kentta1.txt"> 56 48 <Name>kentta1</Name> … … 88 80 </Compile> 89 81 </ItemGroup> 82 <ItemGroup> 83 <Compile Include="Backround.png"> 84 <Name>background</Name> 85 <Importer>TextureImporter</Importer> 86 <Processor>TextureProcessor</Processor> 87 </Compile> 88 </ItemGroup> 90 89 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 91 90 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.