- Timestamp:
- 2015-06-25 00:19:59 (8 years ago)
- Location:
- 2015/26/ohjaajat/HillbillyRun
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/26/ohjaajat/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRun.cs
r6301 r6303 180 180 #endregion 181 181 182 #region Sounds 183 private SoundEffect splash = LoadSoundEffect("splash"); 184 #endregion 185 182 186 private double leftCamLimit; 183 187 private double rightCamLimit; … … 843 847 public void CreateMilkParticles(HillBilly billy, int size, int xBase, int yBase, Vector position, String tag) 844 848 { 849 splash.Play(); 845 850 for (int i = 0; i < 10; i++) 846 851 { -
2015/26/ohjaajat/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRunContent/HillbillyRunContent.contentproj
r6301 r6303 248 248 </ItemGroup> 249 249 <ItemGroup> 250 <Compile Include="splash.wav"> 251 <Name>splash</Name> 252 <Importer>WavImporter</Importer> 253 <Processor>SoundEffectProcessor</Processor> 254 </Compile> 255 </ItemGroup> 256 <ItemGroup> 250 257 <Compile Include="rock.png"> 251 258 <Name>rock</Name>
Note: See TracChangeset
for help on using the changeset viewer.