- Timestamp:
- 2015-07-21 14:55:43 (8 years ago)
- Location:
- 2015/30/ArttuH/TasoHyppely
- Files:
-
- 2 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/30/ArttuH/TasoHyppely/TasoHyppely/TasoHyppely/TasoHyppely.cs
r6858 r6866 21 21 private Animation pelihahmo1; 22 22 private Animation pelihahmo2; 23 SoundEffect maaliAani = LoadSoundEffect(" maali");23 SoundEffect maaliAani = LoadSoundEffect("Pickup_Coin21"); 24 24 25 25 public override void Begin() … … 86 86 pelaaja1.Image = pelaajanKuva1; 87 87 pelaaja1.AnimWalk = pelihahmo1; 88 pelaaja1.Weapon = new AssaultRifle(50, 10); 89 pelaaja1.Weapon.Ammo.Value = 1000; 90 //pelaaja1.Weapon.ProjectileCollision = AmmusOsui; 88 91 AddCollisionHandler(pelaaja1, "tahti", TormaaTahteen); 89 92 ControllerOne.Listen(Button.A, ButtonState.Down, Hyppaa, "pelaaja hypää", pelaaja1, 300.0); … … 154 157 Add(alkuvalikko); 155 158 } 159 void Ammusosui(PhysicsObject ammus, PhysicsObject kohde) 160 { 161 ammus.Destroy(); 162 } 156 163 //void LuoPistelaskuri() 157 164 //{ -
2015/30/ArttuH/TasoHyppely/TasoHyppely/TasoHyppely/TasoHyppely.csproj.Debug.cachefile
r6858 r6866 16 16 Content\kentta3.xnb 17 17 Content\Gaslamp_Funworks.xnb 18 Content\Pickup_Coin21.xnb 18 19 Content\Gaslamp_Funworks.wma -
2015/30/ArttuH/TasoHyppely/TasoHyppely/TasoHyppely/obj/x86/Debug/TasoHyppely.csproj.FileListAbsolute.txt
r6858 r6866 25 25 C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\Gaslamp_Funworks.xnb 26 26 C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\Gaslamp_Funworks.wma 27 C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\Pickup_Coin21.xnb -
2015/30/ArttuH/TasoHyppely/TasoHyppely/TasoHyppely/obj/x86/Debug/cachefile-{6FC3E379-BCB4-46AD-88D8-15B242DAFE49}-targetpath.txt
r6858 r6866 17 17 Content\Gaslamp_Funworks.xnb 18 18 Content\Gaslamp_Funworks.wma 19 Content\Pickup_Coin21.xnb -
2015/30/ArttuH/TasoHyppely/TasoHyppely/TasoHyppelyContent/Kentta2.txt
r6834 r6866 19 19 ######################### ############### 20 20 ### 21 ### 21 ### 22 23 24 22 25 23 26 -
2015/30/ArttuH/TasoHyppely/TasoHyppely/TasoHyppelyContent/TasoHyppelyContent.contentproj
r6858 r6866 154 154 </Compile> 155 155 </ItemGroup> 156 <ItemGroup> 157 <Compile Include="Pickup_Coin21.wav"> 158 <Name>Pickup_Coin21</Name> 159 <Importer>WavImporter</Importer> 160 <Processor>SoundEffectProcessor</Processor> 161 </Compile> 162 </ItemGroup> 156 163 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 157 164 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2015/30/ArttuH/TasoHyppely/TasoHyppely/TasoHyppelyContent/obj/x86/Debug/ContentPipeline.xml
r6858 r6866 139 139 <Options>None</Options> 140 140 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\Kentta2.xnb</Output> 141 <Time>2015-07-21T1 0:27:00.0048358+03:00</Time>141 <Time>2015-07-21T14:51:12.2364673+03:00</Time> 142 142 </Item> 143 143 <Item> … … 159 159 <Extra>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\Gaslamp_Funworks.wma</Extra> 160 160 <Time>2015-07-21T13:51:11.8883591+03:00</Time> 161 </Item> 162 <Item> 163 <Source>Pickup_Coin21.wav</Source> 164 <Name>Pickup_Coin21</Name> 165 <Importer>WavImporter</Importer> 166 <Processor>SoundEffectProcessor</Processor> 167 <Options>None</Options> 168 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\Pickup_Coin21.xnb</Output> 169 <Time>2015-07-21T14:09:21.6640222+03:00</Time> 161 170 </Item> 162 171 <BuildSuccessful>true</BuildSuccessful>
Note: See TracChangeset
for help on using the changeset viewer.