- Timestamp:
- 2011-07-01 12:36:23 (12 years ago)
- Location:
- 2011/26/JaniN/neon wars/neon wars
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/26/JaniN/neon wars/neon wars/neon wars/Peli.cs
r2420 r2424 55 55 Timer vihollistenLuomisenNopeutus = new Timer(); 56 56 bool ksiitti = false; 57 SoundEffect rajahdysAani = LoadSoundEffect("explosionSound"); 57 58 58 59 int vaikeus = 0; … … 134 135 alareuna = Level.CreateBottomBorder(); 135 136 136 SoundEffect rajahdysAani = LoadSoundEffect("rajahdys");137 137 138 138 … … 203 203 204 204 rajahdys.AddEffect(ammus.Position, 1000); 205 rajahdysAani.Play(); 205 206 rajahdys.MaxScale = 8; 206 207 rajahdys.MinScale = 4; -
2011/26/JaniN/neon wars/neon wars/neon warsContent/neon warsContent.contentproj
r2399 r2424 91 91 </Compile> 92 92 </ItemGroup> 93 <ItemGroup> 94 <Compile Include="explosionSound.wav"> 95 <Name>explosionSound</Name> 96 <Importer>WavImporter</Importer> 97 <Processor>SoundEffectProcessor</Processor> 98 </Compile> 99 </ItemGroup> 93 100 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 94 101 <!-- 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.