Changeset 5029 for 2014/24/EemeliK/DigToChina/DigToChina
- Timestamp:
- 2014-06-13 11:39:24 (7 years ago)
- Location:
- 2014/24/EemeliK/DigToChina/DigToChina
- Files:
-
- 5 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
2014/24/EemeliK/DigToChina/DigToChina/DigToChina/DigToChina.cs
r5022 r5029 76 76 Image Uraani = LoadImage("Uraani"); 77 77 78 79 78 80 public override void Begin() 79 81 { … … 98 100 Keyboard.Listen(Key.LeftControl, ButtonState.Pressed, HeitaKranaatti, "Heitä kranaatti"); 99 101 Keyboard.Listen(Key.LeftShift, ButtonState.Pressed, LaukaiseYdinpommi, null); 102 103 MediaPlayer.Play("taustamusiikki"); 104 MediaPlayer.IsRepeating = true; 100 105 } 101 106 … … 284 289 Add(tyyppi); 285 290 286 tyyppiAse = new AssaultRifle(3 0, 10);291 tyyppiAse = new AssaultRifle(35, 35); 287 292 tyyppiAse.InfiniteAmmo = true; 288 293 tyyppiAse.ProjectileCollision = AmmusOsui; 289 tyyppiAse.IsVisible = false;294 tyyppiAse.IsVisible = true; 290 295 tyyppiAse.AttackSound = null; 291 296 tyyppiAse.MaxAmmoLifetime = TimeSpan.FromMilliseconds(100); 297 Image aseKuva = LoadImage("Pickaxe"); 298 tyyppiAse.Image = aseKuva; 292 299 tyyppi.Add(tyyppiAse); 293 300 -
2014/24/EemeliK/DigToChina/DigToChina/DigToChina/DigToChina.csproj.Debug.cachefile
r4990 r5029 21 21 Content\sÀknyrokki.xnb 22 22 Content\Uraani.xnb 23 Content\taustamusiikki.xnb 24 Content\Pickaxe.xnb 25 Content\taustamusiikki.wma 23 26 Content\kentta.txt 24 27 Content\AsRifle.xnb -
2014/24/EemeliK/DigToChina/DigToChina/DigToChina/obj/x86/Debug/ContentPipeline-{C1A9DCFA-3949-45CB-A7B3-D4F2525DDD48}.xml
r5022 r5029 199 199 <Output>C:\MyTemp\EemeliK\DigToChina\DigToChina\DigToChina\bin\x86\Debug\Content\Uraani.xnb</Output> 200 200 <Time>2014-06-12T14:38:11.722148+03:00</Time> 201 </Item> 202 <Item> 203 <Source>taustamusiikki.mp3</Source> 204 <Name>taustamusiikki</Name> 205 <Importer>Mp3Importer</Importer> 206 <Processor>SongProcessor</Processor> 207 <Options>None</Options> 208 <Output>C:\MyTemp\EemeliK\DigToChina\DigToChina\DigToChina\bin\x86\Debug\Content\taustamusiikki.xnb</Output> 209 <Extra>C:\MyTemp\EemeliK\DigToChina\DigToChina\DigToChina\bin\x86\Debug\Content\taustamusiikki.wma</Extra> 210 <Time>2014-06-13T11:20:36.9551635+03:00</Time> 211 </Item> 212 <Item> 213 <Source>Pickaxe.png</Source> 214 <Name>Pickaxe</Name> 215 <Importer>TextureImporter</Importer> 216 <Processor>TextureProcessor</Processor> 217 <Options>None</Options> 218 <Output>C:\MyTemp\EemeliK\DigToChina\DigToChina\DigToChina\bin\x86\Debug\Content\Pickaxe.xnb</Output> 219 <Time>2014-06-13T11:29:34.7409367+03:00</Time> 201 220 </Item> 202 221 <BuildSuccessful>true</BuildSuccessful> -
2014/24/EemeliK/DigToChina/DigToChina/DigToChina/obj/x86/Debug/DigToChina.csproj.FileListAbsolute.txt
r4990 r5029 51 51 C:\MyTemp\EemeliK\DigToChina\DigToChina\DigToChina\bin\x86\Debug\Content\sÀknyrokki.xnb 52 52 C:\MyTemp\EemeliK\DigToChina\DigToChina\DigToChina\bin\x86\Debug\Content\Uraani.xnb 53 C:\MyTemp\EemeliK\DigToChina\DigToChina\DigToChina\bin\x86\Debug\Content\taustamusiikki.xnb 54 C:\MyTemp\EemeliK\DigToChina\DigToChina\DigToChina\bin\x86\Debug\Content\taustamusiikki.wma 55 C:\MyTemp\EemeliK\DigToChina\DigToChina\DigToChina\bin\x86\Debug\Content\Pickaxe.xnb -
2014/24/EemeliK/DigToChina/DigToChina/DigToChina/obj/x86/Debug/cachefile-{C1A9DCFA-3949-45CB-A7B3-D4F2525DDD48}-targetpath.txt
r4990 r5029 21 21 Content\sÀknyrokki.xnb 22 22 Content\Uraani.xnb 23 Content\taustamusiikki.xnb 24 Content\taustamusiikki.wma 25 Content\Pickaxe.xnb 23 26 Content\kentta.txt -
2014/24/EemeliK/DigToChina/DigToChina/DigToChinaContent/DigToChinaContent.contentproj
r4990 r5029 200 200 </Compile> 201 201 </ItemGroup> 202 <ItemGroup> 203 <Compile Include="taustamusiikki.mp3"> 204 <Name>taustamusiikki</Name> 205 <Importer>Mp3Importer</Importer> 206 <Processor>SongProcessor</Processor> 207 </Compile> 208 </ItemGroup> 209 <ItemGroup> 210 <Compile Include="Pickaxe.png"> 211 <Name>Pickaxe</Name> 212 <Importer>TextureImporter</Importer> 213 <Processor>TextureProcessor</Processor> 214 </Compile> 215 </ItemGroup> 202 216 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 203 217 <!-- 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.