- Timestamp:
- 2015-06-10 13:51:27 (7 years ago)
- Location:
- 2015/24/TuroR/Omapeli
- Files:
-
- 4 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/24/TuroR/Omapeli/Omapeli/Omapeli/Omapeli.cs
r5980 r5997 18 18 Image panoksenKuva = LoadImage("panos"); 19 19 20 Image[] pallonKuvat = LoadImages("apina", "UUS APINA", "sukkamato", "silma", "kännykkä", "Cannon", "possu", "tamm", "putin" );20 Image[] pallonKuvat = LoadImages("apina", "UUS APINA", "sukkamato", "silma", "kännykkä", "Cannon", "possu", "tamm", "putin", "pall o o"); 21 21 22 22 AssaultRifle pelaajan1Ase; … … 58 58 Add(ukko); 59 59 ukko.Image = ukonKuva; 60 //ukko.Animation = new Animation(ukkoAmpuu);61 60 62 61 pelaajan1Ase = new AssaultRifle(30, 10); … … 91 90 Timer.SingleShot(2.0, delegate { LuoUusiApina(); }); 92 91 kohde.Destroy(); 93 Explosion rajahdys = new Explosion(1 00);92 Explosion rajahdys = new Explosion(1100); 94 93 rajahdys.Position = ammus.Position; 95 94 Add(rajahdys); … … 103 102 { 104 103 PhysicsObject ammus = ase.Shoot(); 104 105 105 106 106 if (ammus != null) … … 121 121 void Hyppääukolla(PlatformCharacter2 ukko) 122 122 { 123 ukko. Jump(500.0);123 ukko.ForceJump(500.0); 124 124 } 125 125 -
2015/24/TuroR/Omapeli/Omapeli/Omapeli/Omapeli.csproj.Debug.cachefile
r5980 r5997 11 11 Content\Tamm.xnb 12 12 Content\putin.xnb 13 Content\pall o o.xnb -
2015/24/TuroR/Omapeli/Omapeli/Omapeli/obj/x86/Debug/ContentPipeline-{595E6F62-26BF-42FB-ABC6-C9280882E6ED}.xml
r5980 r5997 110 110 <Time>2015-06-10T11:22:27.9375718+03:00</Time> 111 111 </Item> 112 <Item> 113 <Source>pall o o.png</Source> 114 <Name>pall o o</Name> 115 <Importer>TextureImporter</Importer> 116 <Processor>TextureProcessor</Processor> 117 <Options>None</Options> 118 <Output>C:\MyTemp\TuroR\UusiPeli\Omapeli\Omapeli\Omapeli\bin\x86\Debug\Content\pall o o.xnb</Output> 119 <Time>2015-06-10T12:37:40.4670799+03:00</Time> 120 </Item> 112 121 <BuildSuccessful>true</BuildSuccessful> 113 122 <Settings> -
2015/24/TuroR/Omapeli/Omapeli/Omapeli/obj/x86/Debug/Omapeli.csproj.FileListAbsolute.txt
r5980 r5997 29 29 C:\MyTemp\TuroR\UusiPeli\Omapeli\Omapeli\Omapeli\bin\x86\Debug\Content\Tamm.xnb 30 30 C:\MyTemp\TuroR\UusiPeli\Omapeli\Omapeli\Omapeli\bin\x86\Debug\Content\putin.xnb 31 C:\MyTemp\TuroR\UusiPeli\Omapeli\Omapeli\Omapeli\bin\x86\Debug\Content\pall o o.xnb -
2015/24/TuroR/Omapeli/Omapeli/Omapeli/obj/x86/Debug/cachefile-{595E6F62-26BF-42FB-ABC6-C9280882E6ED}-targetpath.txt
r5980 r5997 11 11 Content\Tamm.xnb 12 12 Content\putin.xnb 13 Content\pall o o.xnb -
2015/24/TuroR/Omapeli/Omapeli/OmapeliContent/OmapeliContent.contentproj
r5980 r5997 129 129 </Compile> 130 130 </ItemGroup> 131 <ItemGroup> 132 <Compile Include="pall o o.png"> 133 <Name>pall o o</Name> 134 <Importer>TextureImporter</Importer> 135 <Processor>TextureProcessor</Processor> 136 </Compile> 137 </ItemGroup> 131 138 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 132 139 <!-- 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.