Changeset 8600
- Timestamp:
- 2017-06-13 14:55:51 (6 years ago)
- Location:
- 2017/24/GregoryK
- Files:
-
- 5 added
- 1 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/24/GregoryK/LimaPeli/LimaPeli/LimaPeli/LimaPeli.cs
r8574 r8600 10 10 { 11 11 const double nopeus = 200; 12 const double hyppyNopeus = 750;12 const double hyppyNopeus = 550; 13 13 const int RUUDUN_KOKO = 40; 14 14 15 15 PlatformCharacter pelaaja1; 16 16 17 Image pelaajanKuva = LoadImage("lima ");17 Image pelaajanKuva = LoadImage("lima2"); 18 18 Image tahtiKuva = LoadImage("dorito"); 19 19 … … 21 21 public override void Begin() 22 22 { 23 Gravity = new Vector(0, - 1000);23 Gravity = new Vector(0, -500); 24 24 25 25 LuoKentta(); … … 40 40 Level.CreateBorders(); 41 41 //Level.Background.CreateGradient(Color.White, Color.SkyBlue); 42 Level.Background.Color = Color.Gr een;42 Level.Background.Color = Color.Gray; 43 43 44 44 } … … 87 87 ControllerOne.Listen(Button.A, ButtonState.Pressed, Hyppaa, "Pelaaja hyppää", pelaaja1, hyppyNopeus); 88 88 89 PhoneBackButton.Listen(ConfirmExit, "Lopeta peli");89 90 90 } 91 91 … … 103 103 { 104 104 105 MessageDisplay.Add(" Keräsit Doritoksen!");105 MessageDisplay.Add("Nam! Doritos!"); 106 106 tahti.Destroy(); 107 107 } -
2017/24/GregoryK/LimaPeli/LimaPeli/LimaPeli/LimaPeli.csproj.Debug.cachefile
r8574 r8600 4 4 Content\dorito.xnb 5 5 Content\slime background.xnb 6 Content\lima2.xnb -
2017/24/GregoryK/LimaPeli/LimaPeli/LimaPeli/obj/x86/Debug/ContentPipeline-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}.xml
r8574 r8600 46 46 <Output>C:\MyTemp\GregoryK\LimaPeli\LimaPeli\LimaPeli\bin\x86\Debug\Content\slime background.xnb</Output> 47 47 <Time>2017-06-13T11:22:38.6126918+03:00</Time> 48 </Item> 49 <Item> 50 <Source>lima2.png</Source> 51 <Name>lima2</Name> 52 <Importer>TextureImporter</Importer> 53 <Processor>TextureProcessor</Processor> 54 <Options>None</Options> 55 <Output>C:\MyTemp\GregoryK\LimaPeli\LimaPeli\LimaPeli\bin\x86\Debug\Content\lima2.xnb</Output> 56 <Time>2017-06-13T12:45:11.0549912+03:00</Time> 48 57 </Item> 49 58 <BuildSuccessful>true</BuildSuccessful> -
2017/24/GregoryK/LimaPeli/LimaPeli/LimaPeli/obj/x86/Debug/LimaPeli.csproj.FileListAbsolute.txt
r8574 r8600 12 12 C:\MyTemp\GregoryK\LimaPeli\LimaPeli\LimaPeli\bin\x86\Debug\Content\dorito.xnb 13 13 C:\MyTemp\GregoryK\LimaPeli\LimaPeli\LimaPeli\bin\x86\Debug\Content\slime background.xnb 14 C:\MyTemp\GregoryK\LimaPeli\LimaPeli\LimaPeli\bin\x86\Debug\Content\lima2.xnb -
2017/24/GregoryK/LimaPeli/LimaPeli/LimaPeli/obj/x86/Debug/cachefile-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}-targetpath.txt
r8574 r8600 4 4 Content\dorito.xnb 5 5 Content\slime background.xnb 6 Content\lima2.xnb -
2017/24/GregoryK/LimaPeli/LimaPeli/LimaPeliContent/LimaPeliContent.contentproj
r8574 r8600 78 78 </Compile> 79 79 </ItemGroup> 80 <ItemGroup> 81 <Compile Include="lima2.png"> 82 <Name>lima2</Name> 83 <Importer>TextureImporter</Importer> 84 <Processor>TextureProcessor</Processor> 85 </Compile> 86 </ItemGroup> 80 87 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 81 88 <!-- 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.