source: 2014/30/MitjaK/Attack to Agora/Attack to Agora/Attack to Agora/Attack to Agora/Attack_to_Agora_pyry.cs @ 6346

Revision 6346, 994 bytes checked in by misakana, 8 years ago (diff)
Line 
1using System;
2using System.Collections.Generic;
3using Jypeli;
4using Jypeli.Assets;
5using Jypeli.Controls;
6using Jypeli.Effects;
7using Jypeli.Widgets;
8using Microsoft.Xna.Framework.Content;
9
10
11
12public partial class Attack_to_Agora : PhysicsGame
13{
14    // Attribuutit
15    SoundEffect hyppy = LoadSoundEffect("hyppy");
16    SoundEffect ensimmainentehtava = LoadSoundEffect("AJspeak1");
17    SoundEffect hirmuvallanalta = LoadSoundEffect("AJspekit2");
18    SoundEffect taisteletiesi = LoadSoundEffect("AJspekit3");
19    SoundEffect voititjounin = LoadSoundEffect("AJspekit4");
20    SoundEffect yliopistiolaiset = LoadSoundEffect("AJspekit4");
21    SoundEffect finishhim = LoadSoundEffect("Finishhim");
22    SoundEffect karambitfade = LoadSoundEffect("karambit");
23    SoundEffect H2Oopening = LoadSoundEffect("opening");
24    SoundEffect taustamusiikki_1 = LoadSoundEffect("taustamusiikki_1");
25    SoundEffect ampuminen = LoadSoundEffect("ampuminen(canser)");
26    // Aliohjelmat
27}
Note: See TracBrowser for help on using the repository browser.