Changeset 7070 for 2015/koodauskerho
- Timestamp:
- 2015-10-17 14:51:30 (7 years ago)
- Location:
- 2015/koodauskerho/AakeR/IMBT
- Files:
-
- 29 added
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/koodauskerho/AakeR/IMBT/IMBT/IMBT/IMBT.cs
r7062 r7070 24 24 this.telaJaljetLimit = true; 25 25 this.Tag = "pelaaja"; 26 this.healthit.LowerLimit += delegate ()26 this.healthit.LowerLimit += delegate () 27 27 { 28 28 29 29 Explosion rajahdys = new Explosion(200); 30 rajahdys.ShockwaveReachesObject += delegate (IPhysicsObject pelaajaJohonPaineaaltoOsui, Vector voima)30 rajahdys.ShockwaveReachesObject += delegate (IPhysicsObject pelaajaJohonPaineaaltoOsui, Vector voima) 31 31 { 32 32 if (pelaajaJohonPaineaaltoOsui.Tag.Equals("pelaaja")) … … 46 46 }; 47 47 48 ((IMBT)Game.Instance).AddCollisionHandler(this, "perusAmmus", delegate (PhysicsObject a, PhysicsObject b)48 ((IMBT)Game.Instance).AddCollisionHandler(this, "perusAmmus", delegate (PhysicsObject a, PhysicsObject b) 49 49 { 50 50 this.healthit.Value -= 3; 51 51 SavuLiekki(); 52 52 }); 53 ((IMBT)Game.Instance).AddCollisionHandler(this, "raketti", delegate (PhysicsObject a, PhysicsObject b)54 { 55 this.healthit.Value -= 4;53 ((IMBT)Game.Instance).AddCollisionHandler(this, "raketti", delegate (PhysicsObject a, PhysicsObject b) 54 { 55 this.healthit.Value -= 16; 56 56 SavuLiekki(); 57 57 }); 58 ((IMBT)Game.Instance).AddCollisionHandler(this, "pallo", delegate (PhysicsObject a, PhysicsObject b)59 { 60 this.healthit.Value -= 20;58 ((IMBT)Game.Instance).AddCollisionHandler(this, "pallo", delegate (PhysicsObject a, PhysicsObject b) 59 { 60 this.healthit.Value -= 14; 61 61 SavuLiekki(); 62 62 }); 63 ((IMBT)Game.Instance).AddCollisionHandler(this, "rajahdys", delegate (PhysicsObject a, PhysicsObject b)63 ((IMBT)Game.Instance).AddCollisionHandler(this, "rajahdys", delegate (PhysicsObject a, PhysicsObject b) 64 64 { 65 65 this.healthit.Value -= 1000; … … 132 132 { 133 133 134 Image pelaaja1Kone1 = LoadImage("Pelaaja1Kone1"); 135 Image pelaaja2Kone1 = LoadImage("Pelaaja2Kone1"); 136 Image pelaaja3Kone1 = LoadImage("Pelaaja3Kone1"); 137 Image pelaaja4Kone1 = LoadImage("Pelaaja4Kone1"); 138 Image palikkaKuva = LoadImage("Palikka"); 139 Image pelaaja4Kone1Tykki = LoadImage("Pelaaja4Kone1Tykki"); 140 Image pelaaja3Kone1Tykki = LoadImage("Pelaaja3Kone1Tykki"); 141 Image pelaaja2Kone1Tykki = LoadImage("Pelaaja2Kone1Tykki"); 142 Image pelaaja1Kone1Tykki = LoadImage("Pelaaja1Kone1Tykki"); 143 Image perusAmmus = LoadImage("Kone1PerusAmmus"); 134 static Image pelaaja1Kone1 = LoadImage("Pelaaja1Kone1"); 135 static Image pelaaja2Kone1 = LoadImage("Pelaaja2Kone1"); 136 static Image pelaaja3Kone1 = LoadImage("Pelaaja3Kone1"); 137 static Image pelaaja4Kone1 = LoadImage("Pelaaja4Kone1"); 138 static Image pelaaja1Kone2 = LoadImage("Pelaaja1Kone2"); 139 static Image pelaaja2Kone2 = LoadImage("Pelaaja2Kone2"); 140 static Image pelaaja3Kone2 = LoadImage("Pelaaja3Kone2"); 141 static Image pelaaja4Kone2 = LoadImage("Pelaaja4Kone2"); 142 static Image palikkaKuva = LoadImage("Palikka"); 143 static Image pelaaja4Kone1Tykki = LoadImage("Pelaaja4Kone1Tykki"); 144 static Image pelaaja3Kone1Tykki = LoadImage("Pelaaja3Kone1Tykki"); 145 static Image pelaaja2Kone1Tykki = LoadImage("Pelaaja2Kone1Tykki"); 146 static Image pelaaja1Kone1Tykki = LoadImage("Pelaaja1Kone1Tykki"); 147 static Image pelaaja1Kone2Tykki = LoadImage("Pelaaja1Kone2Tykki"); 148 static Image pelaaja2Kone2Tykki = LoadImage("Pelaaja2Kone2Tykki"); 149 static Image pelaaja3Kone2Tykki = LoadImage("Pelaaja3Kone2Tykki"); 150 static Image pelaaja4Kone2Tykki = LoadImage("Pelaaja4Kone2Tykki"); 151 152 static Image[] pelaaja1Koneet = { pelaaja1Kone1, pelaaja1Kone2 }; 153 static Image[] pelaaja2Koneet = { pelaaja2Kone1, pelaaja2Kone2 }; 154 static Image[] pelaaja3Koneet = { pelaaja3Kone1, pelaaja3Kone2 }; 155 static Image[] pelaaja4Koneet = { pelaaja4Kone1, pelaaja4Kone2 }; 156 157 static Image[] pelaaja1Tykit = { pelaaja1Kone1Tykki, pelaaja1Kone2Tykki }; 158 static Image[] pelaaja2Tykit = { pelaaja2Kone1Tykki, pelaaja2Kone2Tykki }; 159 static Image[] pelaaja3Tykit = { pelaaja3Kone1Tykki, pelaaja3Kone2Tykki }; 160 static Image[] pelaaja4Tykit = { pelaaja4Kone1Tykki, pelaaja4Kone2Tykki }; 161 162 Image[][] pelaajienKoneet = { pelaaja1Koneet, pelaaja2Koneet, pelaaja3Koneet, pelaaja4Koneet }; 163 Image[][] pelaajienTykit = { pelaaja1Tykit, pelaaja2Tykit, pelaaja3Tykit, pelaaja4Tykit }; 164 165 static Image perusAmmus1 = LoadImage("Kone1PerusAmmus"); 166 static Image perusAmmus2 = LoadImage("Kone2PerusAmmus"); 167 168 Image[] perusAmmus = { perusAmmus1, perusAmmus2 }; 169 170 Image hakeutuvaRakettikuva = LoadImage("HakeutuvaRaketti"); 171 Image paineAaltoKuva = LoadImage("PaineAalto"); 144 172 Image rakettiKuva = LoadImage("Raketti"); 145 173 Image palloKuva = LoadImage("KimpoilevaPallo"); … … 156 184 double maxNopeus = 1000.0; 157 185 158 186 159 187 160 188 public override void Begin() … … 164 192 PhoneBackButton.Listen(ConfirmExit, "Lopeta peli"); 165 193 Keyboard.Listen(Key.Escape, ButtonState.Pressed, ConfirmExit, "Lopeta peli"); 166 194 167 195 } 168 196 … … 214 242 } 215 243 244 Pelaaja LuoPelaaja(Vector paikka, double leveys, double korkeus, int pelaajanr) 245 { 246 int valinta = RandomGen.NextInt(pelaaja1Koneet.Length); 247 248 Pelaaja pelaaja = new Pelaaja(leveys * 0.8, korkeus * 0.8, pelaajienKoneet[pelaajanr - 1][valinta], pelaajienTykit[pelaajanr - 1][valinta], rajahdysKuva, liekkiKuva); 249 pelaaja.AngularDamping = 0.95; 250 pelaaja.Position = paikka; 251 252 GamePad[] kontrollerit = { ControllerOne, ControllerTwo, ControllerThree, ControllerFour }; 253 254 kontrollerit[pelaajanr - 1].ListenAnalog(AnalogControl.LeftStick, 0.0, KaannaPelaajaa, "", pelaaja); 255 kontrollerit[pelaajanr - 1].ListenAnalog(AnalogControl.RightStick, 0.0, KaannaTykkia, "", pelaaja); 256 kontrollerit[pelaajanr - 1].Listen(Button.RightTrigger, ButtonState.Down, Ammu, "", pelaaja, "perus", valinta); 257 kontrollerit[pelaajanr - 1].Listen(Button.LeftTrigger, ButtonState.Pressed, Ammu, "", pelaaja, "raketti", valinta); 258 kontrollerit[pelaajanr - 1].Listen(Button.RightShoulder, ButtonState.Pressed, Ammu, "", pelaaja, "pallo", valinta); 259 kontrollerit[pelaajanr - 1].Listen(Button.LeftShoulder, ButtonState.Pressed, Boosti, "", pelaaja); 260 261 return pelaaja; 262 } 263 216 264 void LuoPelaaja1(Vector paikka, double leveys, double korkeus) 217 265 { 218 pelaaja1 = new Pelaaja(leveys * 0.8, korkeus * 0.8, pelaaja1Kone1, pelaaja1Kone1Tykki, rajahdysKuva, liekkiKuva); 219 pelaaja1.AngularDamping = 0.95; 220 pelaaja1.Position = paikka; 221 222 ControllerOne.ListenAnalog(AnalogControl.LeftStick, 0.0, KaannaPelaajaa, "", pelaaja1); 223 ControllerOne.ListenAnalog(AnalogControl.RightStick, 0.0, KaannaTykkia, "", pelaaja1); 224 ControllerOne.Listen(Button.RightTrigger, ButtonState.Down, Ammu, "", pelaaja1, "perus"); 225 ControllerOne.Listen(Button.LeftTrigger, ButtonState.Pressed, Ammu, "", pelaaja1, "raketti"); 226 ControllerOne.Listen(Button.RightShoulder, ButtonState.Pressed, Ammu, "", pelaaja1, "pallo"); 227 ControllerOne.Listen(Button.LeftShoulder, ButtonState.Pressed, Boosti, "", pelaaja1); 266 pelaaja1 = LuoPelaaja(paikka, leveys, korkeus, 1); 267 268 228 269 Add(pelaaja1); 229 270 } … … 241 282 void LuoPelaaja2(Vector paikka, double leveys, double korkeus) 242 283 { 243 Pelaaja pelaaja2 = new Pelaaja(leveys * 0.8, korkeus * 0.8, pelaaja2Kone1, pelaaja2Kone1Tykki, rajahdysKuva, liekkiKuva); 244 pelaaja2.AngularDamping = 0.1; 245 pelaaja2.Position = paikka; 246 ControllerTwo.ListenAnalog(AnalogControl.LeftStick, 0.0, KaannaPelaajaa, "", pelaaja2); 247 ControllerTwo.ListenAnalog(AnalogControl.RightStick, 0.0, KaannaTykkia, "", pelaaja2); 248 ControllerTwo.Listen(Button.RightTrigger, ButtonState.Down, Ammu, "", pelaaja2, "perus"); 249 ControllerTwo.Listen(Button.LeftTrigger, ButtonState.Pressed, Ammu, "", pelaaja2, "raketti"); 250 ControllerTwo.Listen(Button.RightShoulder, ButtonState.Pressed, Ammu, "", pelaaja2, "pallo"); 251 ControllerTwo.Listen(Button.LeftShoulder, ButtonState.Pressed, Boosti, "", pelaaja2); 284 285 Pelaaja pelaaja2 = LuoPelaaja(paikka, leveys, korkeus, 2); 286 287 252 288 Add(pelaaja2); 253 289 } … … 255 291 void LuoPelaaja3(Vector paikka, double leveys, double korkeus) 256 292 { 257 Pelaaja pelaaja3 = new Pelaaja(leveys * 0.8, korkeus * 0.8, pelaaja3Kone1, pelaaja3Kone1Tykki, rajahdysKuva, liekkiKuva); 258 pelaaja3.AngularDamping = 0.95; 259 pelaaja3.Position = paikka; 260 ControllerThree.ListenAnalog(AnalogControl.LeftStick, 0.0, KaannaPelaajaa, "", pelaaja3); 261 ControllerThree.ListenAnalog(AnalogControl.RightStick, 0.0, KaannaTykkia, "", pelaaja3); 262 ControllerThree.Listen(Button.RightTrigger, ButtonState.Down, Ammu, "", pelaaja3, "perus"); 263 ControllerThree.Listen(Button.LeftTrigger, ButtonState.Pressed, Ammu, "", pelaaja3, "raketti"); 264 ControllerThree.Listen(Button.RightShoulder, ButtonState.Down, Ammu, "", pelaaja3, "pallo"); 265 ControllerThree.Listen(Button.LeftShoulder, ButtonState.Pressed, Boosti, "", pelaaja3); 293 294 Pelaaja pelaaja3 = LuoPelaaja(paikka, leveys, korkeus, 3); 295 296 266 297 Add(pelaaja3); 267 298 } … … 269 300 void LuoPelaaja4(Vector paikka, double leveys, double korkeus) 270 301 { 271 Pelaaja pelaaja4 = new Pelaaja(leveys * 0.8, korkeus * 0.8, pelaaja4Kone1, pelaaja4Kone1Tykki, rajahdysKuva, liekkiKuva); 272 pelaaja4.AngularDamping = 0.95; 273 pelaaja4.Position = paikka; 274 ControllerFour.ListenAnalog(AnalogControl.LeftStick, 0.0, KaannaPelaajaa, "", pelaaja4); 275 ControllerFour.ListenAnalog(AnalogControl.RightStick, 0.0, KaannaTykkia, "", pelaaja4); 276 ControllerFour.Listen(Button.RightTrigger, ButtonState.Down, Ammu, "", pelaaja4, "perus"); 277 ControllerFour.Listen(Button.LeftTrigger, ButtonState.Pressed, Ammu, "", pelaaja4, "raketti"); 278 ControllerFour.Listen(Button.RightShoulder, ButtonState.Pressed, Ammu, "", pelaaja4, "pallo"); 279 ControllerFour.Listen(Button.LeftShoulder, ButtonState.Pressed, Boosti, "", pelaaja4); 302 303 Pelaaja pelaaja4 = LuoPelaaja(paikka, leveys, korkeus, 4); 304 305 280 306 Add(pelaaja4); 281 307 } … … 326 352 } 327 353 328 void Ammu(Pelaaja pelaaja, String ammusTyyppi )354 void Ammu(Pelaaja pelaaja, String ammusTyyppi, int konenr) 329 355 { 330 356 … … 336 362 case "perus": 337 363 ammusAani.Play(); 338 ammus.Image = perusAmmus ;364 ammus.Image = perusAmmus[konenr]; 339 365 ammus.Tag = "perusAmmus"; 340 AddCollisionHandler(ammus, delegate (PhysicsObject a, PhysicsObject b)366 AddCollisionHandler(ammus, delegate (PhysicsObject a, PhysicsObject b) 341 367 { 342 368 a.Destroy(); … … 348 374 ammus.Image = rakettiKuva; 349 375 ammus.Tag = "raketti"; 350 ammus.Size *= 2 ;351 AddCollisionHandler(ammus, delegate (PhysicsObject a, PhysicsObject b)376 ammus.Size *= 2.5; 377 AddCollisionHandler(ammus, delegate (PhysicsObject a, PhysicsObject b) 352 378 { 353 379 a.Destroy(); … … 359 385 }); 360 386 pelaaja.Ase.FireRate = 1; 387 388 if (konenr== 1) 389 { 390 ammus.Image = hakeutuvaRakettikuva; 391 FollowerBrain seuraajanAivot = new FollowerBrain("pelaaja"); 392 seuraajanAivot.TurnSpeed = UnlimitedAngle.FromDegrees(45); 393 seuraajanAivot.TurnWhileMoving = true; 394 ammus.Brain = seuraajanAivot; 395 } 361 396 break; 362 397 case "pallo": 363 palloAani.Play(); 364 ammus.Image = palloKuva; 365 ammus.Tag = "pallo"; 366 ammus.Size *= 4; 367 ammus.MaximumLifetime = new TimeSpan(0, 0, 4); 368 pelaaja.Ase.FireRate = 0.5; 398 if (konenr == 0) 399 { 400 palloAani.Play(); 401 ammus.Image = palloKuva; 402 ammus.Tag = "pallo"; 403 ammus.Size *= 5; 404 ammus.MaximumLifetime = new TimeSpan(0, 0, 4); 405 pelaaja.Ase.FireRate = 0.5; 406 } 407 else 408 { 409 ammus.Destroy(); 410 Explosion poks = new Explosion(200); 411 poks.Position = pelaaja.Position; 412 poks.Animation = null; 413 poks.Speed = 1000; 414 poks.Image = paineAaltoKuva; 415 pelaaja.IgnoresExplosions = true; 416 Add(poks); 417 Timer ajastin = new Timer(); 418 Timer.SingleShot(0.5, delegate { pelaaja.IgnoresExplosions = false; }); 419 pelaaja.Ase.FireRate = 0.5; 420 ajastin.Start(); 421 422 } 369 423 break; 370 424 default: … … 383 437 if (olio.Tag.Equals("pelaaja")) 384 438 { 385 ((Pelaaja)olio).healthit.Value -= 14;439 ((Pelaaja)olio).healthit.Value -= 4; 386 440 ((Pelaaja)olio).SavuLiekki(); 387 441 } … … 395 449 pelaaja.Hit(pelaaja.Angle.GetVector() * 1000); 396 450 boostiAani.Play(); 397 Timer.SingleShot( 4, delegate451 Timer.SingleShot(2.5, delegate 398 452 { 399 453 pelaaja.boosti = true; 400 454 }); 401 455 } 402 456 403 457 } 404 458 } -
2015/koodauskerho/AakeR/IMBT/IMBT/IMBT/IMBT.csproj.Debug.cachefile
r7062 r7070 10 10 Content\Pelaaja3Kone1Tykki.xnb 11 11 Content\Pelaaja4Kone1Tykki.xnb 12 Content\AmmusÃÀni.xnb13 12 Content\Kone1PerusAmmus.xnb 14 13 Content\KimpoilevaPallo.xnb … … 17 16 Content\Rajahdys.xnb 18 17 Content\Liekki.xnb 19 Content\RakettiAani.xnb20 Content\PalloAani.xnb21 Content\BoostiAani.xnb22 18 Content\KenttÀ2.xnb 23 19 Content\KenttÀ3.xnb 24 20 Content\KenttÀ4.xnb 25 21 Content\KenttÀ5.xnb 22 Content\AmmusÃÀni.xnb 23 Content\RakettiAani.xnb 24 Content\PalloAani.xnb 25 Content\BoostiAani.xnb 26 Content\Pelaaja1Kone2.xnb 27 Content\Pelaaja1Kone2Tykki.xnb 28 Content\Pelaaja2Kone2.xnb 29 Content\Pelaaja2Kone2Tykki.xnb 30 Content\Pelaaja3Kone2.xnb 31 Content\Pelaaja3Kone2Tykki.xnb 32 Content\Pelaaja4Kone2.xnb 33 Content\Pelaaja4Kone2Tykki.xnb 34 Content\PaineAalto.xnb 35 Content\HakeutuvaRaketti.xnb 36 Content\Kone2PerusAmmus.xnb -
2015/koodauskerho/AakeR/IMBT/IMBT/IMBT/bin/x86/Debug/Jypeli.xml
r7062 r7070 2931 2931 </summary> 2932 2932 </member> 2933 <member name="M:Jypeli.Game.SetWindowSize(System.Int32,System.Int32 )">2933 <member name="M:Jypeli.Game.SetWindowSize(System.Int32,System.Int32,System.Boolean)"> 2934 2934 <summary> 2935 2935 Asettaa ikkunan koon. … … 2937 2937 <param name="width">Leveys.</param> 2938 2938 <param name="height">Korkeus.</param> 2939 </member> 2940 <member name="M:Jypeli.Game.SetWindowSize(System.Int32,System.Int32,System.Boolean)"> 2941 <summary> 2942 Asettaa ikkunan koon ja alustaa pelin kÀyttÀmÀÀn joko ikkunaa tai koko ruutua. 2939 <param name="height">KÀyttÀÀkö peli koko ruutua.</param> 2940 </member> 2941 <member name="M:Jypeli.Game.SetWindowSize(System.Int32,System.Int32)"> 2942 <summary> 2943 Asettaa ikkunan koon. 2943 2944 </summary> 2944 2945 <param name="width">Leveys.</param> 2945 2946 <param name="height">Korkeus.</param> 2946 <param name="fullscreen">Koko ruutu jos <c>true</c>, muuten ikkuna.</param>2947 <returns></returns>2948 2947 </member> 2949 2948 <member name="M:Jypeli.Game.Pause"> … … 3073 3072 <summary> 3074 3073 NÀytön dimensiot, eli koko ja reunat. 3074 </summary> 3075 </member> 3076 <member name="P:Jypeli.Game.Window"> 3077 <summary> 3078 Ikkuna. 3075 3079 </summary> 3076 3080 </member> … … 3548 3552 Ruudukko. Ruudukko piirretÀÀn asettamalla tÀhÀn <c>Grid</c>-olio. 3549 3553 Jos <c>null</c>, ruudukkoa ei piirretÀ. 3554 </summary> 3555 </member> 3556 <member name="M:Jypeli.JypeliWindow.OnXnaMethod(System.EventHandler{System.EventArgs},System.Object,System.EventArgs)"> 3557 <summary> 3558 Generic XNA event handler. 3559 </summary> 3560 <param name="method"></param> 3561 <param name="sender"></param> 3562 <param name="args"></param> 3563 </member> 3564 <member name="M:Jypeli.JypeliWindow.#ctor(Microsoft.Xna.Framework.GameWindow,Microsoft.Xna.Framework.GraphicsDeviceManager)"> 3565 <summary> 3566 Luo uuden ikkunan xna-ikkunan perusteella. 3567 </summary> 3568 <param name="gameWindow"></param> 3569 <param name="graphicsDeviceManager"></param> 3570 </member> 3571 <member name="M:Jypeli.JypeliWindow.BeginScreenDeviceChange(System.Boolean)"> 3572 <summary> 3573 3574 </summary> 3575 <param name="willBeFullScreen"></param> 3576 </member> 3577 <member name="M:Jypeli.JypeliWindow.EndScreenDeviceChange(System.String,System.Int32,System.Int32)"> 3578 <summary> 3579 3580 </summary> 3581 <param name="screenDeviceName"></param> 3582 <param name="clientWidth"></param> 3583 <param name="clientHeight"></param> 3584 </member> 3585 <member name="M:Jypeli.JypeliWindow.Update"> 3586 <summary> 3587 Kutsutaan Jypelin pÀivityssilmukasta. 3588 </summary> 3589 </member> 3590 <member name="E:Jypeli.JypeliWindow.ClientSizeChanged"> 3591 <summary> 3592 3593 </summary> 3594 </member> 3595 <member name="E:Jypeli.JypeliWindow.OrientationChanged"> 3596 <summary> 3597 3598 </summary> 3599 </member> 3600 <member name="E:Jypeli.JypeliWindow.ScreenDeviceNameChanged"> 3601 <summary> 3602 3603 </summary> 3604 </member> 3605 <member name="E:Jypeli.JypeliWindow.EnterFullscreen"> 3606 <summary> 3607 Tapahtuu kun mennÀÀn koko ruudun tilaan. 3608 </summary> 3609 </member> 3610 <member name="E:Jypeli.JypeliWindow.ExitFullscreen"> 3611 <summary> 3612 Tapahtuu kun poistutaan koko ruudun tilasta 3613 </summary> 3614 </member> 3615 <member name="E:Jypeli.JypeliWindow.Moved"> 3616 <summary> 3617 Tapahtuu kun ikkunaa siirretÀÀn. 3618 </summary> 3619 </member> 3620 <member name="E:Jypeli.JypeliWindow.Resized"> 3621 <summary> 3622 Tapahtuu kun ikkunan kokoa on muutettu. 3623 </summary> 3624 </member> 3625 <member name="P:Jypeli.JypeliWindow.AllowUserResizing"> 3626 <summary> 3627 Voiko kÀyttÀjÀ muuttaa ikkunan kokoa ikkunan reunasta. 3628 </summary> 3629 </member> 3630 <member name="P:Jypeli.JypeliWindow.CurrentOrientation"> 3631 <summary> 3632 Ikkunan asento puhelimessa (pysty tai vaaka) 3633 </summary> 3634 </member> 3635 <member name="P:Jypeli.JypeliWindow.Title"> 3636 <summary> 3637 Ikkunan otsikko. 3638 </summary> 3639 </member> 3640 <member name="P:Jypeli.JypeliWindow.Width"> 3641 <summary> 3642 Ikkunan leveys. 3643 </summary> 3644 </member> 3645 <member name="P:Jypeli.JypeliWindow.Height"> 3646 <summary> 3647 Ikkunan korkeus. 3648 </summary> 3649 </member> 3650 <member name="P:Jypeli.JypeliWindow.Fullscreen"> 3651 <summary> 3652 Onko ikkuna koko nÀytön kokoinen ilman reunoja. 3653 </summary> 3654 </member> 3655 <member name="P:Jypeli.JypeliWindow.Handle"> 3656 <summary> 3657 API-kahva ikkunaan. 3658 </summary> 3659 </member> 3660 <member name="P:Jypeli.JypeliWindow.ScreenDeviceName"> 3661 <summary> 3662 NÀyttölaitteen nimi. 3663 </summary> 3664 </member> 3665 <member name="P:Jypeli.JypeliWindow.Left"> 3666 <summary> 3667 Ikkunan vasemman reunan x-koordinaatti. 3668 </summary> 3669 </member> 3670 <member name="P:Jypeli.JypeliWindow.Top"> 3671 <summary> 3672 Ikkunan ylÀreunan y-koordinaatti. 3673 Huom. y kasvaa alaspÀin! 3674 </summary> 3675 </member> 3676 <member name="P:Jypeli.JypeliWindow.Right"> 3677 <summary> 3678 Ikkunan oikean reunan x-koordinaatti. 3679 </summary> 3680 </member> 3681 <member name="P:Jypeli.JypeliWindow.Bottom"> 3682 <summary> 3683 Ikkunan alareunan y-koordinaatti. 3684 Huom. y kasvaa alaspÀin! 3685 </summary> 3686 </member> 3687 <member name="P:Jypeli.JypeliWindow.X"> 3688 <summary> 3689 Ikkunan keskikohdan x-koordinaatti. 3690 </summary> 3691 </member> 3692 <member name="P:Jypeli.JypeliWindow.Y"> 3693 <summary> 3694 Ikkunan keskikohdan y-koordinaatti. 3695 Huom. y kasvaa alaspÀin! 3696 </summary> 3697 </member> 3698 <member name="P:Jypeli.JypeliWindow.ClientBounds"> 3699 <summary> 3700 Ikkunan koko ja paikka xna-neliönÀ. 3701 </summary> 3702 </member> 3703 <member name="T:Jypeli.JypeliWindow.MoveEvent"> 3704 <summary> 3705 Tapahtumatyyppi ikkunan paikan muutokselle. 3706 </summary> 3707 </member> 3708 <member name="T:Jypeli.JypeliWindow.ResizeEvent"> 3709 <summary> 3710 Tapahtumatyyppi ikkunan koon muutokselle. 3550 3711 </summary> 3551 3712 </member> -
2015/koodauskerho/AakeR/IMBT/IMBT/IMBT/obj/x86/Debug/ContentPipeline-{B6A1F4C9-F2E2-4290-A5B5-3717058CC989}.xml
r7062 r7070 9 9 <Options>None</Options> 10 10 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Kenttä1.xnb</Output> 11 <Time>2015- 07-02T09:28:13.2938935+03:00</Time>11 <Time>2015-10-17T09:58:33.2254228+03:00</Time> 12 12 </Item> 13 13 <Item> … … 18 18 <Options>None</Options> 19 19 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja1Kone1.xnb</Output> 20 <Time>2015- 07-02T10:46:56.5047935+03:00</Time>20 <Time>2015-10-17T09:58:33.2098209+03:00</Time> 21 21 </Item> 22 22 <Item> … … 27 27 <Options>None</Options> 28 28 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja2Kone1.xnb</Output> 29 <Time>2015- 07-02T10:46:59.2387935+03:00</Time>29 <Time>2015-10-17T09:58:33.2254228+03:00</Time> 30 30 </Item> 31 31 <Item> … … 36 36 <Options>None</Options> 37 37 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja3Kone1.xnb</Output> 38 <Time>2015- 07-02T10:47:01.1747935+03:00</Time>38 <Time>2015-10-17T09:58:33.2254228+03:00</Time> 39 39 </Item> 40 40 <Item> … … 45 45 <Options>None</Options> 46 46 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja4Kone1.xnb</Output> 47 <Time>2015- 07-02T10:46:15.9097935+03:00</Time>47 <Time>2015-10-17T09:58:33.2254228+03:00</Time> 48 48 </Item> 49 49 <Item> … … 54 54 <Options>None</Options> 55 55 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Palikka.xnb</Output> 56 <Time>2015- 07-02T11:24:49.2741625+03:00</Time>56 <Time>2015-10-17T09:58:33.2098209+03:00</Time> 57 57 </Item> 58 58 <Item> … … 63 63 <Options>None</Options> 64 64 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\PieniPalikka.xnb</Output> 65 <Time>2015- 07-02T09:28:13.2782935+03:00</Time>65 <Time>2015-10-17T09:58:33.1786171+03:00</Time> 66 66 </Item> 67 67 <Item> … … 72 72 <Options>None</Options> 73 73 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja1Kone1Tykki.xnb</Output> 74 <Time>2015- 07-02T09:56:45.9263935+03:00</Time>74 <Time>2015-10-17T09:58:33.350238+03:00</Time> 75 75 </Item> 76 76 <Item> … … 81 81 <Options>None</Options> 82 82 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja2Kone1Tykki.xnb</Output> 83 <Time>2015- 07-02T09:58:27.6993935+03:00</Time>83 <Time>2015-10-17T09:58:33.3658399+03:00</Time> 84 84 </Item> 85 85 <Item> … … 90 90 <Options>None</Options> 91 91 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja3Kone1Tykki.xnb</Output> 92 <Time>2015- 07-02T09:59:06.2993935+03:00</Time>92 <Time>2015-10-17T09:58:33.3658399+03:00</Time> 93 93 </Item> 94 94 <Item> … … 99 99 <Options>None</Options> 100 100 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja4Kone1Tykki.xnb</Output> 101 <Time>2015- 07-02T10:00:05.2303935+03:00</Time>101 <Time>2015-10-17T09:58:33.3658399+03:00</Time> 102 102 </Item> 103 103 <Item> … … 108 108 <Options>None</Options> 109 109 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Kone1PerusAmmus.xnb</Output> 110 <Time>2015-07-02T09:28:13.2626935+03:00</Time> 110 <Time>2015-10-17T09:58:33.1630152+03:00</Time> 111 </Item> 112 <Item> 113 <Source>KimpoilevaPallo.png</Source> 114 <Name>KimpoilevaPallo</Name> 115 <Importer>TextureImporter</Importer> 116 <Processor>TextureProcessor</Processor> 117 <Options>None</Options> 118 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\KimpoilevaPallo.xnb</Output> 119 <Time>2015-10-17T09:58:33.350238+03:00</Time> 120 </Item> 121 <Item> 122 <Source>Raketti.png</Source> 123 <Name>Raketti</Name> 124 <Importer>TextureImporter</Importer> 125 <Processor>TextureProcessor</Processor> 126 <Options>None</Options> 127 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Raketti.xnb</Output> 128 <Time>2015-10-17T09:58:33.1786171+03:00</Time> 129 </Item> 130 <Item> 131 <Source>RenkaidenJäljet.png</Source> 132 <Name>RenkaidenJäljet</Name> 133 <Importer>TextureImporter</Importer> 134 <Processor>TextureProcessor</Processor> 135 <Options>None</Options> 136 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\RenkaidenJäljet.xnb</Output> 137 <Time>2015-10-17T09:58:33.1630152+03:00</Time> 138 </Item> 139 <Item> 140 <Source>Rajahdys.png</Source> 141 <Name>Rajahdys</Name> 142 <Importer>TextureImporter</Importer> 143 <Processor>TextureProcessor</Processor> 144 <Options>None</Options> 145 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Rajahdys.xnb</Output> 146 <Time>2015-10-17T09:58:33.194219+03:00</Time> 147 </Item> 148 <Item> 149 <Source>Liekki.png</Source> 150 <Name>Liekki</Name> 151 <Importer>TextureImporter</Importer> 152 <Processor>TextureProcessor</Processor> 153 <Options>None</Options> 154 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Liekki.xnb</Output> 155 <Time>2015-10-17T09:58:33.2098209+03:00</Time> 156 </Item> 157 <Item> 158 <Source>Kenttä2.png</Source> 159 <Name>Kenttä2</Name> 160 <Importer>TextureImporter</Importer> 161 <Processor>TextureProcessor</Processor> 162 <Options>None</Options> 163 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Kenttä2.xnb</Output> 164 <Time>2015-10-17T09:58:33.2254228+03:00</Time> 165 </Item> 166 <Item> 167 <Source>Kenttä3.png</Source> 168 <Name>Kenttä3</Name> 169 <Importer>TextureImporter</Importer> 170 <Processor>TextureProcessor</Processor> 171 <Options>None</Options> 172 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Kenttä3.xnb</Output> 173 <Time>2015-10-17T09:58:33.2254228+03:00</Time> 174 </Item> 175 <Item> 176 <Source>Kenttä4.png</Source> 177 <Name>Kenttä4</Name> 178 <Importer>TextureImporter</Importer> 179 <Processor>TextureProcessor</Processor> 180 <Options>None</Options> 181 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Kenttä4.xnb</Output> 182 <Time>2015-10-17T09:58:33.2410247+03:00</Time> 183 </Item> 184 <Item> 185 <Source>Kenttä5.png</Source> 186 <Name>Kenttä5</Name> 187 <Importer>TextureImporter</Importer> 188 <Processor>TextureProcessor</Processor> 189 <Options>None</Options> 190 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Kenttä5.xnb</Output> 191 <Time>2015-10-17T09:58:33.2410247+03:00</Time> 111 192 </Item> 112 193 <Item> … … 117 198 <Options>None</Options> 118 199 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\AmmusÄäni.xnb</Output> 119 <Time>2015-07-02T09:28:13.2626935+03:00</Time> 120 </Item> 121 <Item> 122 <Source>KimpoilevaPallo.png</Source> 123 <Name>KimpoilevaPallo</Name> 124 <Importer>TextureImporter</Importer> 125 <Processor>TextureProcessor</Processor> 126 <Options>None</Options> 127 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\KimpoilevaPallo.xnb</Output> 128 <Time>2015-07-02T10:14:10.1877935+03:00</Time> 129 </Item> 130 <Item> 131 <Source>Raketti.png</Source> 132 <Name>Raketti</Name> 133 <Importer>TextureImporter</Importer> 134 <Processor>TextureProcessor</Processor> 135 <Options>None</Options> 136 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Raketti.xnb</Output> 137 <Time>2015-07-02T10:05:42.1897935+03:00</Time> 138 </Item> 139 <Item> 140 <Source>RenkaidenJäljet.png</Source> 141 <Name>RenkaidenJäljet</Name> 142 <Importer>TextureImporter</Importer> 143 <Processor>TextureProcessor</Processor> 144 <Options>None</Options> 145 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\RenkaidenJäljet.xnb</Output> 146 <Time>2015-07-02T10:21:04.7737935+03:00</Time> 147 </Item> 148 <Item> 149 <Source>Rajahdys.png</Source> 150 <Name>Rajahdys</Name> 151 <Importer>TextureImporter</Importer> 152 <Processor>TextureProcessor</Processor> 153 <Options>None</Options> 154 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Rajahdys.xnb</Output> 155 <Time>2015-07-02T12:22:45.2342625+03:00</Time> 156 </Item> 157 <Item> 158 <Source>Liekki.png</Source> 159 <Name>Liekki</Name> 160 <Importer>TextureImporter</Importer> 161 <Processor>TextureProcessor</Processor> 162 <Options>None</Options> 163 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Liekki.xnb</Output> 164 <Time>2015-07-02T13:17:52.8542625+03:00</Time> 200 <Time>2015-10-17T09:58:33.1786171+03:00</Time> 165 201 </Item> 166 202 <Item> … … 171 207 <Options>None</Options> 172 208 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\RakettiAani.xnb</Output> 173 <Time>2015- 07-02T12:49:30.8882625+03:00</Time>209 <Time>2015-10-17T09:58:33.194219+03:00</Time> 174 210 </Item> 175 211 <Item> … … 180 216 <Options>None</Options> 181 217 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\PalloAani.xnb</Output> 182 <Time>2015-07-02T13:57:24.1852625+03:00</Time> 218 <Time>2015-10-17T09:58:33.2098209+03:00</Time> 219 </Item> 220 <Item> 221 <Source>BoostiAani.wav</Source> 222 <Name>BoostiAani</Name> 223 <Importer>WavImporter</Importer> 224 <Processor>SoundEffectProcessor</Processor> 225 <Options>None</Options> 226 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\BoostiAani.xnb</Output> 227 <Time>2015-10-17T09:58:33.1786171+03:00</Time> 228 </Item> 229 <Item> 230 <Source>Pelaaja1Kone2.png</Source> 231 <Name>Pelaaja1Kone2</Name> 232 <Importer>TextureImporter</Importer> 233 <Processor>TextureProcessor</Processor> 234 <Options>None</Options> 235 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja1Kone2.xnb</Output> 236 <Time>2015-10-17T11:27:20.208503+03:00</Time> 237 </Item> 238 <Item> 239 <Source>Pelaaja1Kone2Tykki.png</Source> 240 <Name>Pelaaja1Kone2Tykki</Name> 241 <Importer>TextureImporter</Importer> 242 <Processor>TextureProcessor</Processor> 243 <Options>None</Options> 244 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja1Kone2Tykki.xnb</Output> 245 <Time>2015-10-17T11:22:40.862503+03:00</Time> 246 </Item> 247 <Item> 248 <Source>Pelaaja2Kone2.png</Source> 249 <Name>Pelaaja2Kone2</Name> 250 <Importer>TextureImporter</Importer> 251 <Processor>TextureProcessor</Processor> 252 <Options>None</Options> 253 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja2Kone2.xnb</Output> 254 <Time>2015-10-17T11:28:03.188503+03:00</Time> 255 </Item> 256 <Item> 257 <Source>Pelaaja2Kone2Tykki.png</Source> 258 <Name>Pelaaja2Kone2Tykki</Name> 259 <Importer>TextureImporter</Importer> 260 <Processor>TextureProcessor</Processor> 261 <Options>None</Options> 262 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja2Kone2Tykki.xnb</Output> 263 <Time>2015-10-17T11:24:44.497003+03:00</Time> 264 </Item> 265 <Item> 266 <Source>Pelaaja3Kone2.png</Source> 267 <Name>Pelaaja3Kone2</Name> 268 <Importer>TextureImporter</Importer> 269 <Processor>TextureProcessor</Processor> 270 <Options>None</Options> 271 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja3Kone2.xnb</Output> 272 <Time>2015-10-17T11:27:09.868503+03:00</Time> 273 </Item> 274 <Item> 275 <Source>Pelaaja3Kone2Tykki.png</Source> 276 <Name>Pelaaja3Kone2Tykki</Name> 277 <Importer>TextureImporter</Importer> 278 <Processor>TextureProcessor</Processor> 279 <Options>None</Options> 280 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja3Kone2Tykki.xnb</Output> 281 <Time>2015-10-17T11:25:11.234003+03:00</Time> 282 </Item> 283 <Item> 284 <Source>Pelaaja4Kone2.png</Source> 285 <Name>Pelaaja4Kone2</Name> 286 <Importer>TextureImporter</Importer> 287 <Processor>TextureProcessor</Processor> 288 <Options>None</Options> 289 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja4Kone2.xnb</Output> 290 <Time>2015-10-17T11:26:59.234503+03:00</Time> 291 </Item> 292 <Item> 293 <Source>Pelaaja4Kone2Tykki.png</Source> 294 <Name>Pelaaja4Kone2Tykki</Name> 295 <Importer>TextureImporter</Importer> 296 <Processor>TextureProcessor</Processor> 297 <Options>None</Options> 298 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja4Kone2Tykki.xnb</Output> 299 <Time>2015-10-17T11:25:59.756503+03:00</Time> 300 </Item> 301 <Item> 302 <Source>PaineAalto.png</Source> 303 <Name>PaineAalto</Name> 304 <Importer>TextureImporter</Importer> 305 <Processor>TextureProcessor</Processor> 306 <Options>None</Options> 307 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\PaineAalto.xnb</Output> 308 <Time>2015-10-17T13:26:23.589503+03:00</Time> 309 </Item> 310 <Item> 311 <Source>HakeutuvaRaketti.png</Source> 312 <Name>HakeutuvaRaketti</Name> 313 <Importer>TextureImporter</Importer> 314 <Processor>TextureProcessor</Processor> 315 <Options>None</Options> 316 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\HakeutuvaRaketti.xnb</Output> 317 <Time>2015-10-17T13:08:17.549003+03:00</Time> 318 </Item> 319 <Item> 320 <Source>Kone2PerusAmmus.png</Source> 321 <Name>Kone2PerusAmmus</Name> 322 <Importer>TextureImporter</Importer> 323 <Processor>TextureProcessor</Processor> 324 <Options>None</Options> 325 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Kone2PerusAmmus.xnb</Output> 326 <Time>2015-10-17T12:56:51.274503+03:00</Time> 183 327 </Item> 184 328 <BuildSuccessful>true</BuildSuccessful> … … 197 341 <Assembly> 198 342 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\TextFileContentExtension.dll</Key> 199 <Value>201 4-11-26T00:23:34+02:00</Value>343 <Value>2015-02-09T20:18:44+02:00</Value> 200 344 </Assembly> 201 345 <Assembly> … … 225 369 <Assembly> 226 370 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\AnimationExtension.dll</Key> 227 <Value>201 4-11-26T00:23:36+02:00</Value>371 <Value>2015-02-17T22:27:18+02:00</Value> 228 372 </Assembly> 229 373 <Assembly> 230 374 <Key>C:\Windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key> 231 <Value>201 4-04-23T01:01:53.8831999+03:00</Value>375 <Value>2015-09-16T19:26:07.6285999+03:00</Value> 232 376 </Assembly> 233 377 </Assemblies> -
2015/koodauskerho/AakeR/IMBT/IMBT/IMBT/obj/x86/Debug/IMBT.csproj.FileListAbsolute.txt
r7062 r7070 32 32 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\KenttÀ4.xnb 33 33 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\KenttÀ5.xnb 34 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja1Kone2.xnb 35 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja1Kone2Tykki.xnb 36 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja2Kone2.xnb 37 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja2Kone2Tykki.xnb 38 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja3Kone2.xnb 39 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja3Kone2Tykki.xnb 40 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja4Kone2.xnb 41 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Pelaaja4Kone2Tykki.xnb 42 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\PaineAalto.xnb 43 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\HakeutuvaRaketti.xnb 44 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Kone2PerusAmmus.xnb -
2015/koodauskerho/AakeR/IMBT/IMBT/IMBT/obj/x86/Debug/cachefile-{B6A1F4C9-F2E2-4290-A5B5-3717058CC989}-targetpath.txt
r7062 r7070 10 10 Content\Pelaaja3Kone1Tykki.xnb 11 11 Content\Pelaaja4Kone1Tykki.xnb 12 Content\AmmusÃÀni.xnb13 12 Content\Kone1PerusAmmus.xnb 14 13 Content\KimpoilevaPallo.xnb … … 17 16 Content\Rajahdys.xnb 18 17 Content\Liekki.xnb 19 Content\RakettiAani.xnb20 Content\PalloAani.xnb21 Content\BoostiAani.xnb22 18 Content\KenttÀ2.xnb 23 19 Content\KenttÀ3.xnb 24 20 Content\KenttÀ4.xnb 25 21 Content\KenttÀ5.xnb 22 Content\AmmusÃÀni.xnb 23 Content\RakettiAani.xnb 24 Content\PalloAani.xnb 25 Content\BoostiAani.xnb 26 Content\Pelaaja1Kone2.xnb 27 Content\Pelaaja1Kone2Tykki.xnb 28 Content\Pelaaja2Kone2.xnb 29 Content\Pelaaja2Kone2Tykki.xnb 30 Content\Pelaaja3Kone2.xnb 31 Content\Pelaaja3Kone2Tykki.xnb 32 Content\Pelaaja4Kone2.xnb 33 Content\Pelaaja4Kone2Tykki.xnb 34 Content\PaineAalto.xnb 35 Content\HakeutuvaRaketti.xnb 36 Content\Kone2PerusAmmus.xnb -
2015/koodauskerho/AakeR/IMBT/IMBT/IMBTContent/IMBTContent.contentproj
r7062 r7070 204 204 </Compile> 205 205 </ItemGroup> 206 <ItemGroup> 207 <Compile Include="Pelaaja1Kone2.png"> 208 <Name>Pelaaja1Kone2</Name> 209 <Importer>TextureImporter</Importer> 210 <Processor>TextureProcessor</Processor> 211 </Compile> 212 <Compile Include="Pelaaja1Kone2Tykki.png"> 213 <Name>Pelaaja1Kone2Tykki</Name> 214 <Importer>TextureImporter</Importer> 215 <Processor>TextureProcessor</Processor> 216 </Compile> 217 <Compile Include="Pelaaja2Kone2.png"> 218 <Name>Pelaaja2Kone2</Name> 219 <Importer>TextureImporter</Importer> 220 <Processor>TextureProcessor</Processor> 221 </Compile> 222 <Compile Include="Pelaaja2Kone2Tykki.png"> 223 <Name>Pelaaja2Kone2Tykki</Name> 224 <Importer>TextureImporter</Importer> 225 <Processor>TextureProcessor</Processor> 226 </Compile> 227 <Compile Include="Pelaaja3Kone2.png"> 228 <Name>Pelaaja3Kone2</Name> 229 <Importer>TextureImporter</Importer> 230 <Processor>TextureProcessor</Processor> 231 </Compile> 232 <Compile Include="Pelaaja3Kone2Tykki.png"> 233 <Name>Pelaaja3Kone2Tykki</Name> 234 <Importer>TextureImporter</Importer> 235 <Processor>TextureProcessor</Processor> 236 </Compile> 237 <Compile Include="Pelaaja4Kone2.png"> 238 <Name>Pelaaja4Kone2</Name> 239 <Importer>TextureImporter</Importer> 240 <Processor>TextureProcessor</Processor> 241 </Compile> 242 <Compile Include="Pelaaja4Kone2Tykki.png"> 243 <Name>Pelaaja4Kone2Tykki</Name> 244 <Importer>TextureImporter</Importer> 245 <Processor>TextureProcessor</Processor> 246 </Compile> 247 </ItemGroup> 248 <ItemGroup> 249 <Compile Include="PaineAalto.png"> 250 <Name>PaineAalto</Name> 251 <Importer>TextureImporter</Importer> 252 <Processor>TextureProcessor</Processor> 253 </Compile> 254 </ItemGroup> 255 <ItemGroup> 256 <Compile Include="HakeutuvaRaketti.png"> 257 <Name>HakeutuvaRaketti</Name> 258 <Importer>TextureImporter</Importer> 259 <Processor>TextureProcessor</Processor> 260 </Compile> 261 <Compile Include="Kone2PerusAmmus.png"> 262 <Name>Kone2PerusAmmus</Name> 263 <Importer>TextureImporter</Importer> 264 <Processor>TextureProcessor</Processor> 265 </Compile> 266 </ItemGroup> 206 267 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 207 268 <!-- 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.