Changeset 4036 for 2013/23/OsamaA/Magneta
- Timestamp:
- 2013-06-07 13:54:48 (9 years ago)
- Location:
- 2013/23/OsamaA/Magneta/Magneta
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
2013/23/OsamaA/Magneta/Magneta/Magneta/Magneta.cs
r4024 r4036 29 29 Keyboard.Listen(Key.Escape, ButtonState.Pressed, ConfirmExit, "Lopeta peli"); 30 30 IsMouseVisible = true; 31 SoundEffect s;32 s.Position.UpperLimit +=33 31 luoKentta(); 34 32 asetaNappaimet(); … … 54 52 Image image = LoadImage("Osamapeli_valloituskentta_hirvion"); 55 53 AddCollisionHandler(pelaaja, "hirvio", CollisionHandler.AddMeterValue(pelaaja.HP, -1)); 56 luoTukikohta(100, 100, 40, true, delegate { luoMinioni(100, 100); }, new Vector(100, 100), 1); 57 luoTukikohta(-100, -100, 40, false, delegate { luoHirvio(-100, -100); }, new Vector(-50, 100), 1); 58 luoTukikohta(-200, -200, 40, false, delegate { luoHirvio(-200, -200); }, new Vector(0, 70), 1); 59 luoTukikohta(300, 5, 40, false, delegate { luoHirvio(300, 5); }, new Vector(-80, 30), 1); 60 luoTukikohta(0, 350, 40, true, delegate { luoHirvio(0, 350); }, new Vector(50, -100), 1); 54 luoTukikohta(50, 0, 40, true, delegate { luoMinioni(50, 0); }, new Vector(100, 100), 1); 55 luoTukikohta(-200, -200, 40, false, delegate { luoHirvio(-200, -200); }, new Vector(-50, 100), 1); 56 luoTukikohta(-250, 150, 40, false, delegate { luoHirvio(-250, 150); }, new Vector(0, 70), 1); 57 luoTukikohta(460, 300, 40, false, delegate { luoHirvio(460, 300); }, new Vector(-80, 30), 1); 58 luoTukikohta(300, -199, 40, false, delegate { luoHirvio(300, -199); }, new Vector(50, -100), 1); 59 luoTukikohta(150, -250, 40, true, delegate { luoMinioni(150, -250); }, new Vector(50, -100), 1); 60 luoTukikohta(0, 350, 40, true, delegate { luoMinioni(0, 350); }, new Vector(50, -100), 1); 61 61 } 62 62 public void eiMitaan() -
2013/23/OsamaA/Magneta/Magneta/Magneta/Magneta.csproj.Debug.cachefile
r4024 r4036 8 8 Content\Osamapeli_valloituskentta_pelaajan.xnb 9 9 Content\Intro.xnb 10 Content\Loop_leikattu.xnb 10 11 Content\Intro.wma -
2013/23/OsamaA/Magneta/Magneta/Magneta/obj/x86/Debug/Magneta.csproj.FileListAbsolute.txt
r4024 r4036 18 18 J:\MyTemp\Osama\Magneta\Magneta\Magneta\bin\x86\Debug\Content\Intro.xnb 19 19 J:\MyTemp\Osama\Magneta\Magneta\Magneta\bin\x86\Debug\Content\Intro.wma 20 J:\MyTemp\Osama\Magneta\Magneta\Magneta\bin\x86\Debug\Content\Loop_leikattu.xnb -
2013/23/OsamaA/Magneta/Magneta/Magneta/obj/x86/Debug/cachefile-{9082E424-D507-4AA5-ABD0-C23159A6BE97}-targetpath.txt
r4024 r4036 9 9 Content\Intro.xnb 10 10 Content\Intro.wma 11 Content\Loop_leikattu.xnb -
2013/23/OsamaA/Magneta/Magneta/MagnetaContent/MagnetaContent.contentproj
r4024 r4036 106 106 </Compile> 107 107 </ItemGroup> 108 <ItemGroup> 109 <Compile Include="Loop_leikattu.wav"> 110 <Name>Loop_leikattu</Name> 111 <Importer>WavImporter</Importer> 112 <Processor>SoundEffectProcessor</Processor> 113 </Compile> 114 </ItemGroup> 108 115 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 109 116 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2013/23/OsamaA/Magneta/Magneta/MagnetaContent/obj/x86/Debug/ContentPipeline.xml
r4024 r4036 84 84 <Time>2013-06-07T12:40:44.4233781+03:00</Time> 85 85 </Item> 86 <Item> 87 <Source>Loop_leikattu.wav</Source> 88 <Name>Loop_leikattu</Name> 89 <Importer>WavImporter</Importer> 90 <Processor>SoundEffectProcessor</Processor> 91 <Options>None</Options> 92 <Output>J:\MyTemp\Osama\Magneta\Magneta\Magneta\bin\x86\Debug\Content\Loop_leikattu.xnb</Output> 93 <Time>2013-06-07T13:04:00.4616423+03:00</Time> 94 </Item> 86 95 <BuildSuccessful>true</BuildSuccessful> 87 96 <Settings>
Note: See TracChangeset
for help on using the changeset viewer.