Changeset 4717
- Timestamp:
- 2013-07-26 12:04:59 (10 years ago)
- Location:
- 2013/30/MitjaK/YellowSubmarine
- Files:
-
- 1 added
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
2013/30/MitjaK/YellowSubmarine/YellowSubmarine/YellowSubmarine/YellowSubmarine.cs
r4689 r4717 36 36 Image pisteKuva = LoadImage("Tulostaulu2"); 37 37 Image valokuva = LoadImage("valo"); 38 Image tulostaulu = LoadImage("parhaat pisteet"); 38 39 39 40 SoundEffect taustamusiikki = LoadSoundEffect("Yellow Submarine.mp3"); … … 58 59 public override void Begin() 59 60 { 61 60 62 //IsFullScreen = true; 63 SetWindowSize(1024, 768); 61 64 AlkuValikko(); 65 62 66 63 67 … … 179 183 sukellusvene.Shape = Shape.FromImage(sukellusvenekuva); 180 184 181 sukellusvene.Destroyed += delegate { Havio(); };185 sukellusvene.Destroyed += delegate { Timer.SingleShot(2.0, Havio); }; 182 186 183 187 AddCollisionHandler(sukellusvene, "miina", RajaytaKohteet); … … 313 317 ClearAll(); 314 318 Level.Background.Image = valikonKuva; 319 Level.Background.FitToLevel(); 315 320 List<Label> valikonKohdat = new List<Label>(); 316 321 … … 346 351 void AloitaPeli(List<Label> valikonOsat) 347 352 { 353 Level.Size = new Vector(700, 400); 348 354 foreach (Label osa in valikonOsat) 349 355 { 350 356 osa.Destroy(); 351 357 } 358 359 IsPaused = false; 352 360 353 361 expSys = AlustaExpSystem(vesirajahdys); … … 358 366 359 367 Gravity = new Vector(0.0, -150.0); 360 Level.Size = new Vector(2048, 221);368 //Level.Size = new Vector(2048, 221); 361 369 //MultiSelectWindow alkuvalikko = new MultiSelectWindow("Yellow Submarine", "Aloita", "Lopeta"); 362 370 //Add(alkuvalikko); … … 383 391 LuoMaastoa(); 384 392 tausta.Position = sukellusvene.Position; 393 394 Camera.ZoomToLevel(); 385 395 Camera.Follow(sukellusvene); 386 Camera.ZoomFactor = 2;387 396 Camera.FollowsY = false; 388 397 isGameStarted = true; … … 412 421 //Timer.SingleShot(1.0, AlkuValikko); 413 422 423 topLista.HighScoreWindow.Image = tulostaulu; 424 414 425 topLista.EnterAndShow(pisteLaskuri.Value); 415 426 topLista.HighScoreWindow.Closed += delegate { AlkuValikko(); }; 427 IsPaused = true; 428 MediaPlayer.Pause(); 416 429 } 417 430 -
2013/30/MitjaK/YellowSubmarine/YellowSubmarine/YellowSubmarine/YellowSubmarine.csproj.Debug.cachefile
r4689 r4717 21 21 Content\Valo.xnb 22 22 Content\Yellow Submarine.xnb 23 Content\parhaat pisteet.xnb 23 24 Content\Yellow Submarine.wma -
2013/30/MitjaK/YellowSubmarine/YellowSubmarine/YellowSubmarine/bin/x86/Debug/Jypeli.xml
r4689 r4717 644 644 <param name="time">Peliaika.</param> 645 645 </member> 646 <member name="M:Jypeli.GameObject.SeesObject(Jypeli.GameObject)"> 647 <summary> 648 NÀkeekö olio toisen. 649 </summary> 650 <param name="obj">Toinen olio</param> 651 <returns></returns> 652 </member> 653 <member name="M:Jypeli.GameObject.SeesObject(Jypeli.GameObject,System.Predicate{Jypeli.GameObject})"> 654 <summary> 655 NÀkeekö olio toisen. 656 </summary> 657 <param name="obj">Toinen olio</param> 658 <param name="isObstacle">Ehto sille mikÀ lasketaan esteeksi</param> 659 <returns></returns> 660 </member> 661 <member name="M:Jypeli.GameObject.FadeColorTo(Jypeli.Color,System.Double)"> 662 <summary> 663 Muuttaa olion vÀriÀ toiseen hitaasti liukumalla. 664 </summary> 665 <param name="targetColor">VÀri johon muutetaan</param> 666 <param name="seconds">Aika jossa muutos valmistuu</param> 667 </member> 646 668 <member name="P:Jypeli.GameObject.IsVisible"> 647 669 <summary> … … 843 865 <param name="movement">Vektori, joka mÀÀrittÀÀ kuinka paljon siirretÀÀn.</param> 844 866 </member> 845 <member name="M:Jypeli.PhysicsObject.Throw(Jypeli.PhysicsObject,Jypeli.Angle,System.Double,System.Double,System.Int32 )">867 <member name="M:Jypeli.PhysicsObject.Throw(Jypeli.PhysicsObject,Jypeli.Angle,System.Double,System.Double,System.Int32,System.Double)"> 846 868 <summary> 847 869 HeittÀÀ kappaleen hahmon rintamasuuntaa kohti. … … 850 872 <param name="angle">Suhteellinen kulma (0 astetta suoraan, 90 ylös)</param> 851 873 <param name="force">Heiton voimakkuus</param> 852 <param name="dist anceChange">Kuinka paljon heitettÀvÀn kappaleen etÀisyyteen lisÀtÀÀn (oletus 0)</param>874 <param name="distOffset">Offset ammuksen etÀisyydelle</param> 853 875 <param name="layer">Pelimaailman kerros</param> 876 <param name="axialOffset">Offset ammuksen akselin suuntaiselle paikalle</param> 854 877 </member> 855 878 <member name="F:Jypeli.PhysicsObject.ActiveForces"> … … 1285 1308 </summary> 1286 1309 </member> 1310 <member name="E:Jypeli.Brain.Updated"> 1311 <summary> 1312 Tapahtuu kun aivoja pÀivitetÀÀn. 1313 </summary> 1314 </member> 1287 1315 <member name="P:Jypeli.Brain.Owner"> 1288 1316 <summary> … … 1330 1358 <summary> 1331 1359 KÀÀnnytÀÀnkö siihen suuntaan mihin liikutaan. 1360 </summary> 1361 </member> 1362 <member name="P:Jypeli.AbstractMoverBrain.TurnSpeed"> 1363 <summary> 1364 MaksimikÀÀntymisnopeus (radiaania sekunnissa) 1332 1365 </summary> 1333 1366 </member> … … 1406 1439 </summary> 1407 1440 </member> 1441 <member name="P:Jypeli.FollowerBrain.CloseBrain"> 1442 <summary> 1443 Aivot, joita kÀytetÀÀn nÀiden sijasta kun ollaan lÀhellÀ kohdestta 1444 </summary> 1445 </member> 1408 1446 <member name="E:Jypeli.FollowerBrain.TargetClose"> 1409 1447 <summary> … … 1418 1456 <c>true</c> jos pysÀhdytÀÀn; jos ei, niin <c>false</c>. 1419 1457 </value> 1458 </member> 1459 <member name="P:Jypeli.FollowerBrain.Delay"> 1460 <summary> 1461 Viive seuraamislogiikassa. Oletuksena nolla (seuraa reaaliajassa) 1462 </summary> 1420 1463 </member> 1421 1464 <member name="T:Jypeli.RandomMoverBrain"> … … 1700 1743 <summary> 1701 1744 TÀysikulma (360 astetta). 1745 </summary> 1746 </member> 1747 <member name="F:Jypeli.UnlimitedAngle.Infinity"> 1748 <summary> 1749 ÃÀretön kulma. 1702 1750 </summary> 1703 1751 </member> … … 3208 3256 </summary> 3209 3257 <param name="tileSymbol">Merkki</param> 3210 <param name="f">Aliohjelma </param>3258 <param name="f">Aliohjelma muotoa void LuoOlio(Vector paikka, double leveys, double korkeus)</param> 3211 3259 </member> 3212 3260 <member name="M:Jypeli.AbstractTileMap`1.SetTileMethod``1(`0,Jypeli.AbstractTileMap{`0}.TileMethod{``0},``0)"> … … 3218 3266 <typeparam name="T1">Parametrin tyyppi</typeparam> 3219 3267 <param name="tileSymbol">Merkki</param> 3220 <param name="f">Aliohjelma </param>3268 <param name="f">Aliohjelma muotoa void LuoOlio(Vector paikka, double leveys, double korkeus)</param> 3221 3269 <param name="p1">Parametri</param> 3222 3270 </member> … … 3230 3278 <typeparam name="T2">Toisen parametrin tyyppi</typeparam> 3231 3279 <param name="tileSymbol">Merkki</param> 3232 <param name="f">Aliohjelma </param>3280 <param name="f">Aliohjelma muotoa void LuoOlio(Vector paikka, double leveys, double korkeus)</param> 3233 3281 <param name="p1">EnsimmÀinen parametri</param> 3234 3282 <param name="p2">Toinen parametri</param> … … 3243 3291 <typeparam name="T2">Toisen parametrin tyyppi</typeparam> 3244 3292 <param name="tileSymbol">Merkki</param> 3245 <param name="f">Aliohjelma </param>3293 <param name="f">Aliohjelma muotoa void LuoOlio(Vector paikka, double leveys, double korkeus)</param> 3246 3294 <param name="p1">EnsimmÀinen parametri</param> 3247 3295 <param name="p2">Toinen parametri</param> 3296 </member> 3297 <member name="M:Jypeli.AbstractTileMap`1.SetRouteMethod(Jypeli.AbstractTileMap{`0}.RouteMethod,`0[])"> 3298 <summary> 3299 Kokoaa reitin useammasta ruutukentÀn symbolista. 3300 3301 MÀÀrittÀÀ, ettÀ tietyn ruutukentÀn symbolin (<c>tileSymbol</c>) kohdalla 3302 kutsutaan aliohjelmaa <c>f</c>. Huom! KÀytÀ tÀmÀn aliohjelman kanssa metodia 3303 Execute. 3304 </summary> 3305 <param name="f">Aliohjelma, muotoa void LuoReittiolio(List<Vector> reitti, double leveys, double korkeus)</param> 3306 <param name="tileSymbols">RuutukentÀn symbolit tiedostossa joista reitti muodostuu</param> 3248 3307 </member> 3249 3308 <member name="M:Jypeli.AbstractTileMap`1.Execute"> … … 3339 3398 <param name="img">Kuva, jossa jokainen pikseli vastaa oliota.</param> 3340 3399 </member> 3400 <member name="M:Jypeli.ColorTileMap.#ctor(System.String)"> 3401 <summary> 3402 Luo uuden ruutukartan. 3403 </summary> 3404 <param name="assetName">Kuvatiedoston nimi.</param> 3405 </member> 3341 3406 <member name="M:Jypeli.ColorTileMap.FromLevelAsset(System.String)"> 3342 3407 <summary> … … 3344 3409 </summary> 3345 3410 <param name="assetName">Tiedoston nimi</param> 3411 </member> 3412 <member name="M:Jypeli.ColorTileMap.SetTileMethod(System.String,Jypeli.AbstractTileMap{Jypeli.Color}.TileMethod)"> 3413 <summary> 3414 MÀÀrittÀÀ, ettÀ tietyn ruutukentÀn symbolin (<c>tileSymbol</c>) kohdalla 3415 kutsutaan aliohjelmaa <c>f</c>. Huom! KÀytÀ tÀmÀn aliohjelman kanssa metodia 3416 Execute. 3417 </summary> 3418 <param name="hexCode">Heksakoodi vÀrille</param> 3419 <param name="method">Aliohjelma</param> 3420 </member> 3421 <member name="M:Jypeli.ColorTileMap.SetTileMethod``1(System.String,Jypeli.AbstractTileMap{Jypeli.Color}.TileMethod{``0},``0)"> 3422 <summary> 3423 MÀÀrittÀÀ, ettÀ tietyn ruutukentÀn symbolin (<c>tileSymbol</c>) kohdalla 3424 kutsutaan aliohjelmaa <c>f</c>. Huom! KÀytÀ tÀmÀn aliohjelman kanssa metodia 3425 Execute. 3426 </summary> 3427 <param name="hexCode">Heksakoodi vÀrille</param> 3428 <param name="method">Aliohjelma</param> 3429 <param name="p1">Parametri</param> 3430 </member> 3431 <member name="M:Jypeli.ColorTileMap.SetTileMethod``2(System.String,Jypeli.AbstractTileMap{Jypeli.Color}.TileMethod{``0,``1},``0,``1)"> 3432 <summary> 3433 MÀÀrittÀÀ, ettÀ tietyn ruutukentÀn symbolin (<c>tileSymbol</c>) kohdalla 3434 kutsutaan aliohjelmaa <c>f</c>. Huom! KÀytÀ tÀmÀn aliohjelman kanssa metodia 3435 Execute. 3436 </summary> 3437 <param name="hexCode">Heksakoodi vÀrille</param> 3438 <param name="method">Aliohjelma</param> 3439 <param name="p1">Parametri</param> 3440 <param name="p2">Parametri</param> 3441 </member> 3442 <member name="M:Jypeli.ColorTileMap.SetTileMethod``3(System.String,Jypeli.AbstractTileMap{Jypeli.Color}.TileMethod{``0,``1,``2},``0,``1,``2)"> 3443 <summary> 3444 MÀÀrittÀÀ, ettÀ tietyn ruutukentÀn symbolin (<c>tileSymbol</c>) kohdalla 3445 kutsutaan aliohjelmaa <c>f</c>. Huom! KÀytÀ tÀmÀn aliohjelman kanssa metodia 3446 Execute. 3447 </summary> 3448 <param name="hexCode">Heksakoodi vÀrille</param> 3449 <param name="method">Aliohjelma</param> 3450 <param name="p1">Parametri</param> 3451 <param name="p2">Parametri</param> 3452 <param name="p3">Parametri</param> 3346 3453 </member> 3347 3454 <member name="P:Jypeli.ColorTileMap.ColorTolerance"> … … 6056 6163 Palkin rakentaja. 6057 6164 </summary> 6165 <param name="width">Palkin leveys</param> 6166 <param name="height">Palkin korkeus</param> 6167 </member> 6168 <member name="M:Jypeli.Widgets.BarGauge.#ctor(System.Double,System.Double,Jypeli.Meter)"> 6169 <summary> 6170 Palkin rakentaja. Sitoo palkin arvon mittarin arvoon. 6171 </summary> 6172 <param name="width">Palkin leveys</param> 6173 <param name="height">Palkin korkeus</param> 6174 <param name="meter">Mittari</param> 6058 6175 </member> 6059 6176 <member name="M:Jypeli.Widgets.BarGauge.BindTo(Jypeli.Meter)"> … … 6422 6539 </summary> 6423 6540 </member> 6541 <member name="M:Jypeli.Widgets.Label.#ctor(Jypeli.Meter)"> 6542 <summary> 6543 Lue uuden tekstikentÀn ja sitoo sen mittarin arvoon. 6544 </summary> 6545 <param name="meter">Mittari</param> 6546 </member> 6424 6547 <member name="M:Jypeli.Widgets.Label.#ctor(Jypeli.Animation)"> 6425 6548 <summary> … … 6767 6890 </summary> 6768 6891 </member> 6892 <member name="P:Jypeli.Widgets.MultiSelectWindow.Font"> 6893 <summary> 6894 Fontti. 6895 </summary> 6896 </member> 6769 6897 <member name="P:Jypeli.Widgets.MultiSelectWindow.DefaultCancel"> 6770 6898 <summary> … … 6803 6931 Palkin rakentaja. 6804 6932 </summary> 6933 <param name="width">Palkin leveys</param> 6934 <param name="height">Palkin korkeus</param> 6935 </member> 6936 <member name="M:Jypeli.Widgets.ProgressBar.#ctor(System.Double,System.Double,Jypeli.Meter)"> 6937 <summary> 6938 Palkin rakentaja. Sitoo palkin arvon mittarin arvoon. 6939 </summary> 6940 <param name="width">Palkin leveys</param> 6941 <param name="height">Palkin korkeus</param> 6942 <param name="meter">Mittari</param> 6805 6943 </member> 6806 6944 <member name="P:Jypeli.Widgets.ProgressBar.BarImage"> … … 6939 7077 <param name="width">SÀÀtimen leveys.</param> 6940 7078 <param name="height">SÀÀtimen korkeus.</param> 7079 </member> 7080 <member name="M:Jypeli.Widgets.Slider.#ctor(System.Double,System.Double,Jypeli.Meter)"> 7081 <summary> 7082 Luo uuden liukusÀÀtimen. 7083 Sitoo liukusÀÀtimen arvon mittarin arvoon. 7084 </summary> 7085 <param name="width">SÀÀtimen leveys.</param> 7086 <param name="height">SÀÀtimen korkeus.</param> 7087 <param name="meter">Mittari</param> 6941 7088 </member> 6942 7089 <member name="P:Jypeli.Widgets.Slider.Knob"> … … 10109 10256 </summary> 10110 10257 </member> 10258 <member name="M:Jypeli.Assets.PathFollowerBrain.#ctor(System.Double,Jypeli.Vector[])"> 10259 <summary> 10260 Luo aivot, jotka seuraavat polkua <c>path</c>. 10261 </summary> 10262 </member> 10263 <member name="M:Jypeli.Assets.PathFollowerBrain.#ctor(System.Collections.Generic.List{Jypeli.Vector})"> 10264 <summary> 10265 Luo aivot, jotka seuraavat polkua <c>path</c>. 10266 </summary> 10267 </member> 10268 <member name="M:Jypeli.Assets.PathFollowerBrain.#ctor(System.Double,System.Collections.Generic.List{Jypeli.Vector})"> 10269 <summary> 10270 Luo aivot, jotka seuraavat polkua <c>path</c>. 10271 </summary> 10272 </member> 10111 10273 <member name="P:Jypeli.Assets.PathFollowerBrain.Path"> 10112 10274 <summary> … … 11367 11529 <param name="time">Aika, jonka tÀrinÀ kestÀÀ (sekunteina).</param> 11368 11530 </member> 11531 <member name="P:Jypeli.Controls.GamePad.IsConnected"> 11532 <summary> 11533 Onko ohjain kytkettynÀ. 11534 </summary> 11535 </member> 11369 11536 <member name="P:Jypeli.Controls.GamePad.LeftThumbDirection"> 11370 11537 <summary> … … 11842 12009 </summary> 11843 12010 <returns>Vektori.</returns> 12011 </member> 12012 <member name="M:Jypeli.Level.GetRandomFreePosition(System.Double)"> 12013 <summary> 12014 Palauttaa satunnaisen vapaan kohdan kentÀn reunojen sisÀltÀ. 12015 </summary> 12016 <param name="radius">SÀde jonka sisÀllÀ ei saa olla olioita</param> 12017 <returns></returns> 11844 12018 </member> 11845 12019 <member name="M:Jypeli.Level.LoadFromFile(System.String)"> -
2013/30/MitjaK/YellowSubmarine/YellowSubmarine/YellowSubmarine/obj/x86/Debug/YellowSubmarine.csproj.FileListAbsolute.txt
r4689 r4717 59 59 C:\MyTemp\Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Yellow Submarine.xnb 60 60 C:\MyTemp\Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Yellow Submarine.wma 61 C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Yellow Submarine.xnb 62 C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Yellow Submarine.wma 63 C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\parhaat pisteet.xnb -
2013/30/MitjaK/YellowSubmarine/YellowSubmarine/YellowSubmarine/obj/x86/Debug/cachefile-{4EC4C095-E2F4-4643-BAA9-374F93A73C36}-targetpath.txt
r4689 r4717 22 22 Content\Yellow Submarine.xnb 23 23 Content\Yellow Submarine.wma 24 Content\parhaat pisteet.xnb -
2013/30/MitjaK/YellowSubmarine/YellowSubmarine/YellowSubmarineContent/YellowSubmarineContent.contentproj
r4689 r4717 199 199 </Compile> 200 200 </ItemGroup> 201 <ItemGroup> 202 <Compile Include="parhaat pisteet.png"> 203 <Name>parhaat pisteet</Name> 204 <Importer>TextureImporter</Importer> 205 <Processor>TextureProcessor</Processor> 206 </Compile> 207 </ItemGroup> 201 208 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 202 209 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2013/30/MitjaK/YellowSubmarine/YellowSubmarine/YellowSubmarineContent/obj/x86/Debug/ContentPipeline.xml
r4689 r4717 8 8 <Processor>TextureProcessor</Processor> 9 9 <Options>None</Options> 10 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\submarine.xnb</Output>11 <Time>2013-07-2 5T19:30:04.1891718+03:00</Time>10 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\submarine.xnb</Output> 11 <Time>2013-07-26T09:34:46.5377354+03:00</Time> 12 12 </Item> 13 13 <Item> … … 17 17 <Processor>TextureProcessor</Processor> 18 18 <Options>None</Options> 19 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Tausta.xnb</Output>20 <Time>2013-07-2 2T21:21:40.5805251+03:00</Time>19 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Tausta.xnb</Output> 20 <Time>2013-07-23T09:46:44.0336411+03:00</Time> 21 21 </Item> 22 22 <Item> … … 26 26 <Processor>TextureProcessor</Processor> 27 27 <Options>None</Options> 28 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\TaustaVuoret.xnb</Output>29 <Time>2013-07-23T1 7:04:08.7067155+03:00</Time>28 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\TaustaVuoret.xnb</Output> 29 <Time>2013-07-23T13:04:55.9267538+03:00</Time> 30 30 </Item> 31 31 <Item> … … 35 35 <Processor>TextureProcessor</Processor> 36 36 <Options>None</Options> 37 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Kivi1.xnb</Output>38 <Time>2013-07-23T1 7:04:08.6967191+03:00</Time>37 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Kivi1.xnb</Output> 38 <Time>2013-07-23T14:10:04.1725393+03:00</Time> 39 39 </Item> 40 40 <Item> … … 44 44 <Processor>TextureProcessor</Processor> 45 45 <Options>None</Options> 46 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Kivi2.xnb</Output>47 <Time>2013-07-23T1 7:04:08.6967191+03:00</Time>46 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Kivi2.xnb</Output> 47 <Time>2013-07-23T14:36:56.1227182+03:00</Time> 48 48 </Item> 49 49 <Item> … … 53 53 <Processor>TextureProcessor</Processor> 54 54 <Options>None</Options> 55 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Miina.xnb</Output>56 <Time>2013-07-2 3T17:58:52.9659173+03:00</Time>55 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Miina.xnb</Output> 56 <Time>2013-07-24T09:30:20.6674138+03:00</Time> 57 57 </Item> 58 58 <Item> … … 62 62 <Processor>TextureProcessor</Processor> 63 63 <Options>None</Options> 64 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\aarrearkku.xnb</Output>65 <Time>2013-07-2 3T19:42:16.3970929+03:00</Time>64 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\aarrearkku.xnb</Output> 65 <Time>2013-07-24T09:30:20.6764147+03:00</Time> 66 66 </Item> 67 67 <Item> … … 71 71 <Processor>TextureProcessor</Processor> 72 72 <Options>None</Options> 73 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Valikkokuva.xnb</Output>74 <Time>2013-07-2 5T20:16:09.0424362+03:00</Time>73 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Valikkokuva.xnb</Output> 74 <Time>2013-07-26T09:34:46.5221354+03:00</Time> 75 75 </Item> 76 76 <Item> … … 80 80 <Processor>TextureProcessor</Processor> 81 81 <Options>None</Options> 82 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Kupla.xnb</Output>83 <Time>2013-07-2 5T17:56:05.5116541+03:00</Time>82 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Kupla.xnb</Output> 83 <Time>2013-07-24T10:37:58.9300535+03:00</Time> 84 84 </Item> 85 85 <Item> … … 89 89 <Processor>TextureProcessor</Processor> 90 90 <Options>None</Options> 91 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Kupla2.xnb</Output>92 <Time>2013-07-2 5T17:56:05.5046495+03:00</Time>91 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Kupla2.xnb</Output> 92 <Time>2013-07-24T10:34:04.3405969+03:00</Time> 93 93 </Item> 94 94 <Item> … … 98 98 <Processor>TextureProcessor</Processor> 99 99 <Options>None</Options> 100 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\vesirajahdys3.xnb</Output>101 <Time>2013-07-2 5T17:56:05.5166571+03:00</Time>100 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\vesirajahdys3.xnb</Output> 101 <Time>2013-07-24T10:11:47.6339396+03:00</Time> 102 102 </Item> 103 103 <Item> … … 107 107 <Processor>TextureProcessor</Processor> 108 108 <Options>None</Options> 109 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\vesirajahdys1.xnb</Output>110 <Time>2013-07-2 5T17:56:05.5146558+03:00</Time>109 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\vesirajahdys1.xnb</Output> 110 <Time>2013-07-24T10:07:21.9133702+03:00</Time> 111 111 </Item> 112 112 <Item> … … 116 116 <Processor>TextureProcessor</Processor> 117 117 <Options>None</Options> 118 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\submarine2.xnb</Output>119 <Time>2013-07-2 5T17:56:05.5106532+03:00</Time>118 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\submarine2.xnb</Output> 119 <Time>2013-07-24T09:59:05.2657104+03:00</Time> 120 120 </Item> 121 121 <Item> … … 125 125 <Processor>TextureProcessor</Processor> 126 126 <Options>None</Options> 127 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\submarine1.xnb</Output>128 <Time>2013-07-2 5T17:56:05.5096525+03:00</Time>127 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\submarine1.xnb</Output> 128 <Time>2013-07-24T09:57:14.0155865+03:00</Time> 129 129 </Item> 130 130 <Item> … … 134 134 <Processor>TextureProcessor</Processor> 135 135 <Options>None</Options> 136 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Tulostaulu2.xnb</Output>137 <Time>2013-07-2 5T17:56:05.5076515+03:00</Time>136 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Tulostaulu2.xnb</Output> 137 <Time>2013-07-24T12:08:12.7233787+03:00</Time> 138 138 </Item> 139 139 <Item> … … 143 143 <Processor>TextureProcessor</Processor> 144 144 <Options>None</Options> 145 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Tulostaulu.xnb</Output>146 <Time>2013-07-25T1 7:56:05.5196591+03:00</Time>145 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Tulostaulu.xnb</Output> 146 <Time>2013-07-25T14:15:08.7290735+03:00</Time> 147 147 </Item> 148 148 <Item> … … 152 152 <Processor>TextureProcessor</Processor> 153 153 <Options>None</Options> 154 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\vesirajahdys2.xnb</Output>155 <Time>2013-07-2 5T17:56:05.5156565+03:00</Time>154 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\vesirajahdys2.xnb</Output> 155 <Time>2013-07-24T12:48:14.6125436+03:00</Time> 156 156 </Item> 157 157 <Item> … … 161 161 <Processor>TextureProcessor</Processor> 162 162 <Options>None</Options> 163 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Kettinki_miinoille.xnb</Output>164 <Time>2013-07-25T1 7:56:05.5216602+03:00</Time>163 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Kettinki_miinoille.xnb</Output> 164 <Time>2013-07-25T10:21:26.6630071+03:00</Time> 165 165 </Item> 166 166 <Item> … … 170 170 <Processor>TextureProcessor</Processor> 171 171 <Options>None</Options> 172 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\ketju.xnb</Output>173 <Time>2013-07-25T1 7:56:05.5206601+03:00</Time>172 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\ketju.xnb</Output> 173 <Time>2013-07-25T10:42:37.0680349+03:00</Time> 174 174 </Item> 175 175 <Item> … … 179 179 <Processor>TextureProcessor</Processor> 180 180 <Options>None</Options> 181 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Torpedo.xnb</Output>182 <Time>2013-07-25T1 7:56:05.5136555+03:00</Time>181 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Torpedo.xnb</Output> 182 <Time>2013-07-25T12:19:16.3449046+03:00</Time> 183 183 </Item> 184 184 <Item> … … 188 188 <Processor>TextureProcessor</Processor> 189 189 <Options>None</Options> 190 <Output>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Valo.xnb</Output>191 <Time>2013-07-2 5T18:09:19.9038155+03:00</Time>190 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Valo.xnb</Output> 191 <Time>2013-07-26T09:34:46.5221354+03:00</Time> 192 192 </Item> 193 193 <Item> … … 197 197 <Processor>SongProcessor</Processor> 198 198 <Options>None</Options> 199 <Output>C:\MyTemp\Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Yellow Submarine.xnb</Output> 200 <Extra>C:\MyTemp\Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Yellow Submarine.wma</Extra> 201 <Time>2013-07-25T21:08:09.3808874+03:00</Time> 199 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Yellow Submarine.xnb</Output> 200 <Extra>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\Yellow Submarine.wma</Extra> 201 <Time>2013-07-26T09:34:46.5377354+03:00</Time> 202 </Item> 203 <Item> 204 <Source>parhaat pisteet.png</Source> 205 <Name>parhaat pisteet</Name> 206 <Importer>TextureImporter</Importer> 207 <Processor>TextureProcessor</Processor> 208 <Options>None</Options> 209 <Output>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\parhaat pisteet.xnb</Output> 210 <Time>2013-07-26T10:41:50.9059354+03:00</Time> 202 211 </Item> 203 212 <BuildSuccessful>true</BuildSuccessful> … … 207 216 <BuildConfiguration>Debug</BuildConfiguration> 208 217 <CompressContent>false</CompressContent> 209 <RootDirectory>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarineContent\</RootDirectory>210 <LoggerRootDirectory>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\</LoggerRootDirectory>211 <IntermediateDirectory>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarineContent\obj\x86\Debug\</IntermediateDirectory>212 <OutputDirectory>C:\MyTemp\ Pelikurssi\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\</OutputDirectory>218 <RootDirectory>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarineContent\</RootDirectory> 219 <LoggerRootDirectory>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\</LoggerRootDirectory> 220 <IntermediateDirectory>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarineContent\obj\x86\Debug\</IntermediateDirectory> 221 <OutputDirectory>C:\MyTemp\MitjaK\YellowSubmarine\YellowSubmarine\YellowSubmarine\bin\x86\Debug\Content\</OutputDirectory> 213 222 </Settings> 214 223 <Assemblies> 215 224 <Assembly> 216 225 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\TextFileContentExtension.dll</Key> 217 <Value>2013-0 3-12T14:26:50+02:00</Value>226 <Value>2013-06-10T21:54:20+03:00</Value> 218 227 </Assembly> 219 228 <Assembly> … … 243 252 <Assembly> 244 253 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\AnimationExtension.dll</Key> 245 <Value>2013-0 3-12T14:26:52+02:00</Value>246 </Assembly> 247 <Assembly> 248 <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>249 <Value>2013-04- 04T21:02:10.3031714+03:00</Value>254 <Value>2013-06-10T21:54:20+03:00</Value> 255 </Assembly> 256 <Assembly> 257 <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> 258 <Value>2013-04-29T09:26:54.8104326+03:00</Value> 250 259 </Assembly> 251 260 </Assemblies>
Note: See TracChangeset
for help on using the changeset viewer.