- Timestamp:
- 2015-07-22 11:46:47 (8 years ago)
- Location:
- 2015/30/EllenH/OmaPeli
- Files:
-
- 4 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/30/EllenH/OmaPeli/OmaPeli/OmaPeli/OmaPeli.cs
r6871 r6909 15 15 PlatformCharacter pelaaja1; 16 16 17 Image pelaajanKuva = LoadImage(" herkko");17 Image pelaajanKuva = LoadImage("esponi"); 18 18 Image tahtiKuva = LoadImage("tahti"); 19 19 … … 22 22 public override void Begin() 23 23 { 24 ClearAll(); 24 25 Gravity = new Vector(0, -150); 25 26 26 27 LuoKentta(); 27 28 LisaaNappaimet(); 28 //TormaaTasoon();29 29 30 30 Camera.Follow(pelaaja1); … … 41 41 kentta.Execute(RUUDUN_KOKO, RUUDUN_KOKO); 42 42 Level.CreateBorders(); 43 Level.Background.Create Gradient(Color.Beige, Color.Black);43 Level.Background.CreateStars(); 44 44 } 45 45 … … 114 114 MessageDisplay.Add("Törmäsit tasoon ja kuolit"); 115 115 hahmo.Destroy(); 116 Timer.SingleShot(0.5, Begin); 116 117 } 117 118 } -
2015/30/EllenH/OmaPeli/OmaPeli/OmaPeli/OmaPeli.csproj.Debug.cachefile
r6871 r6909 4 4 Content\kentta1.xnb 5 5 Content\herkko.xnb 6 Content\esponi.xnb 7 Content\es.xnb -
2015/30/EllenH/OmaPeli/OmaPeli/OmaPeli/obj/x86/Debug/OmaPeli.csproj.FileListAbsolute.txt
r6871 r6909 12 12 C:\MyTemp\EllenH\OmaPeli\OmaPeli\OmaPeli\obj\x86\Debug\OmaPeli.pdb 13 13 C:\MyTemp\EllenH\OmaPeli\OmaPeli\OmaPeli\bin\x86\Debug\Content\herkko.xnb 14 C:\MyTemp\EllenH\OmaPeli\OmaPeli\OmaPeli\bin\x86\Debug\Content\esponi.xnb 15 C:\MyTemp\EllenH\OmaPeli\OmaPeli\OmaPeli\bin\x86\Debug\Content\es.xnb -
2015/30/EllenH/OmaPeli/OmaPeli/OmaPeli/obj/x86/Debug/cachefile-{128CCA7D-2017-4F3A-B4A1-A70BDF9EB76C}-targetpath.txt
r6871 r6909 4 4 Content\kentta1.xnb 5 5 Content\herkko.xnb 6 Content\esponi.xnb 7 Content\es.xnb -
2015/30/EllenH/OmaPeli/OmaPeli/OmaPeliContent/OmaPeliContent.contentproj
r6871 r6909 74 74 </Compile> 75 75 </ItemGroup> 76 <ItemGroup> 77 <Compile Include="esponi.png"> 78 <Name>esponi</Name> 79 <Importer>TextureImporter</Importer> 80 <Processor>TextureProcessor</Processor> 81 </Compile> 82 </ItemGroup> 83 <ItemGroup> 84 <Compile Include="es.png"> 85 <Name>es</Name> 86 <Importer>TextureImporter</Importer> 87 <Processor>TextureProcessor</Processor> 88 </Compile> 89 </ItemGroup> 76 90 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 77 91 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2015/30/EllenH/OmaPeli/OmaPeli/OmaPeliContent/kentta1.txt
r6871 r6909 1 1 2 2 3 .... ..N.....................3 ....N....................... 4 4 ............................ 5 5 ............................ … … 70 70 ............................ 71 71 ............................ 72 .... ###...###...###...###...72 .....##....##....##....##... 73 73 ............................ 74 74 ............................ … … 76 76 **************************** 77 77 ............................ 78 ... ######################...78 .......##############....... 79 79 ............................ 80 80 ............................ 81 ########...........######### 81 ............................ 82 ########............######## 82 83 ............................ 83 84 ............................ … … 99 100 ............................ 100 101 ............................ 102 ######........**............ 103 ..............**............ 104 .............*............. 105 ............*........####### 106 ...........**............... 107 ...........**............... 108 ...........**............... 109 ............*............... 110 .............*.............. 111 ......#####...*............. 112 ...............*............ 113 ................*........... 114 ............................ 115 ............................ 116 ............................ 117 ............................ 118 ............................ 119 ............................ 120 ............................ 121 ............................ 122 ............................ 123 ............................ 124 ............................ 125 ............................ 126 ............................ 127 ............................ 128 ............................ 129 ............................ 130 ............................ 131 ............................ 132 ............................ 101 133 ............................ 102 134 ............................ -
2015/30/EllenH/OmaPeli/OmaPeli/OmaPeliContent/obj/x86/Debug/ContentPipeline.xml
r6871 r6909 36 36 <Options>None</Options> 37 37 <Output>C:\MyTemp\EllenH\OmaPeli\OmaPeli\OmaPeli\bin\x86\Debug\Content\kentta1.xnb</Output> 38 <Time>2015-07-2 1T14:33:34.0407125+03:00</Time>38 <Time>2015-07-22T11:45:41.1387073+03:00</Time> 39 39 </Item> 40 40 <Item> … … 46 46 <Output>C:\MyTemp\EllenH\OmaPeli\OmaPeli\OmaPeli\bin\x86\Debug\Content\herkko.xnb</Output> 47 47 <Time>2015-07-21T13:48:56.3649717+03:00</Time> 48 </Item> 49 <Item> 50 <Source>esponi.png</Source> 51 <Name>esponi</Name> 52 <Importer>TextureImporter</Importer> 53 <Processor>TextureProcessor</Processor> 54 <Options>None</Options> 55 <Output>C:\MyTemp\EllenH\OmaPeli\OmaPeli\OmaPeli\bin\x86\Debug\Content\esponi.xnb</Output> 56 <Time>2015-07-22T10:22:41.8415444+03:00</Time> 57 </Item> 58 <Item> 59 <Source>es.png</Source> 60 <Name>es</Name> 61 <Importer>TextureImporter</Importer> 62 <Processor>TextureProcessor</Processor> 63 <Options>None</Options> 64 <Output>C:\MyTemp\EllenH\OmaPeli\OmaPeli\OmaPeli\bin\x86\Debug\Content\es.xnb</Output> 65 <Time>2015-07-22T11:30:53.0268301+03:00</Time> 48 66 </Item> 49 67 <BuildSuccessful>true</BuildSuccessful>
Note: See TracChangeset
for help on using the changeset viewer.