- Timestamp:
- 2013-06-14 11:10:47 (10 years ago)
- Location:
- 2013/24/LauriK/Defend The Computer
- Files:
-
- 9 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
2013/24/LauriK/Defend The Computer/Defend The Computer/Defend The Computer/Defend The Computer.csproj.Debug.cachefile
r4115 r4139 6 6 Content\nolla.xnb 7 7 Content\yksi.xnb 8 Content\process_stop.xnb9 8 Content\suoja.xnb 10 Content\virus_cartoon.xnb11 9 Content\healthpack.xnb 12 10 Content\player_dead.xnb … … 24 22 Content\kranaatti.xnb 25 23 Content\kranaattikuvake.xnb 24 Content\logo.xnb 25 Content\monitor1.xnb 26 Content\monitor2.xnb 27 Content\virus_camouflage.xnb 28 Content\virus_cyborg.xnb 29 Content\virus_lasit.xnb 30 Content\virus_paha.xnb 31 Content\virus_punker.xnb 32 Content\Hidden Danger B.xnb 26 33 Content\alkuvalikko.wma 34 Content\Hidden Danger B.wma -
2013/24/LauriK/Defend The Computer/Defend The Computer/Defend The Computer/Defend_The_Computer.cs
r4115 r4139 103 103 string pelaaja2ase; 104 104 105 Image logokuva; 106 107 Image pelaaja1kuva; 108 Image pelaaja2kuva; 109 105 110 Image Intta; 106 111 Image Inttapaha; … … 109 114 110 115 Image bosskuva; 111 Image stopkuva; 116 Image punkkikuva; 117 Image camouflagekuva; 118 Image cyborgkuva; 119 Image badasskuva; 112 120 113 121 Image seinankuva; … … 131 139 132 140 Color tekstienvari; 141 Color alkuvalikkovari; 142 Color alkuvalikkotekstivari; 133 143 134 144 List<Pelaaja> pelaajat; … … 145 155 Alustus(); 146 156 147 IsFullScreen = false;157 IsFullScreen = true; 148 158 149 159 IsPaused = true; 150 160 161 MediaPlayer.Stop(); 162 151 163 Lataakaikki(false, 0, 0); 152 164 … … 159 171 { 160 172 ClearAll(); 173 174 Camera.ZoomFactor = 1; 161 175 162 176 pelaaja1ase = "Luoti"; … … 181 195 kaantymisnopeus = 50; 182 196 197 logokuva = LoadImage("logo"); 198 199 pelaaja1kuva = LoadImage("monitor1"); 200 pelaaja2kuva = LoadImage("monitor2"); 201 183 202 Intta = LoadImage("A-J"); 184 203 Inttapaha = LoadImage("A-J_bad"); … … 186 205 Egacpaha = LoadImage("NC_bad"); 187 206 188 bosskuva = LoadImage("virus_cartoon"); 189 stopkuva = LoadImage("process_stop"); 207 bosskuva = LoadImage("virus_paha"); 208 punkkikuva = LoadImage("virus_punker"); 209 camouflagekuva = LoadImage("virus_camouflage"); 210 cyborgkuva = LoadImage("virus_cyborg"); 211 badasskuva = LoadImage("virus_lasit"); 212 190 213 seinankuva = LoadImage("seina"); 191 214 … … 208 231 209 232 tekstienvari = Color.LightGreen; 233 alkuvalikkovari = Color.LightGreen; 234 alkuvalikkotekstivari = Color.Red; 210 235 211 236 ruudunkoko = 16; … … 276 301 alkuvalikko.DefaultCancel = 4; 277 302 Add(alkuvalikko); 278 279 Label kiitokset = new Label("Made by Lauri Kemppi 2013.\nAll music and pictures are public domain."); 303 alkuvalikko.Bottom = Screen.BottomSafe; 304 alkuvalikko.Color = Color.Transparent; 305 alkuvalikko.SetButtonColor(alkuvalikkovari); 306 alkuvalikko.SetButtonTextColor(alkuvalikkotekstivari); 307 308 GameObject logo = new GameObject(logokuva); 309 logo.Width = 200; 310 logo.Height = 100; 311 logo.X = alkuvalikko.X - 45; 312 logo.Y = Screen.Center.Y; 313 Add(logo); 314 315 Label kiitokset = new Label("Lauri Kemppi 2013\nAll music and pictures are public domain, logo is made by Aki Rahikkala."); 280 316 kiitokset.TextColor = Color.Red; 281 kiitokset.Right = Screen.RightSafe ;317 kiitokset.Right = Screen.RightSafe - 10; 282 318 kiitokset.Bottom = Screen.BottomSafe; 283 319 Add(kiitokset); … … 290 326 pistelista = new ScoreList(10, false, 0); 291 327 292 MultiSelectWindow alkuvalikko = new MultiSelectWindow(" Select level", "Level 1 (1p)", "Level 1 (2p)", "Level 2 (1p)", "Level 2 (2p)", "Back");328 MultiSelectWindow alkuvalikko = new MultiSelectWindow("", "Level 1 (1p)", "Level 1 (2p)", "Level 2 (1p)", "Level 2 (2p)", "Back"); 293 329 alkuvalikko.AddItemHandler(0, delegate 294 330 { … … 334 370 alkuvalikko.DefaultCancel = 4; 335 371 Add(alkuvalikko); 372 alkuvalikko.Color = Color.Transparent; 373 alkuvalikko.SetButtonColor(alkuvalikkovari); 374 alkuvalikko.SetButtonTextColor(alkuvalikkotekstivari); 336 375 } 337 376 … … 345 384 Tyhjennanappaimet(); 346 385 347 MultiSelectWindow valitsepeli = new MultiSelectWindow(" Select level", "Level 1", "Level 2", "Back");386 MultiSelectWindow valitsepeli = new MultiSelectWindow("", "Level 1", "Level 2", "Back"); 348 387 valitsepeli.AddItemHandler(0, delegate 349 388 { … … 359 398 valitsepeli.DefaultCancel = 2; 360 399 Add(valitsepeli); 400 valitsepeli.Color = Color.Transparent; 401 valitsepeli.SetButtonColor(alkuvalikkovari); 402 valitsepeli.SetButtonTextColor(alkuvalikkotekstivari); 361 403 } 362 404 … … 366 408 Tyhjennanappaimet(); 367 409 368 MultiSelectWindow pelaajienmaara = new MultiSelectWindow(" Select number of players", "1 player", "2 players", "Back");410 MultiSelectWindow pelaajienmaara = new MultiSelectWindow("", "1 player", "2 players", "Back"); 369 411 pelaajienmaara.AddItemHandler(0, delegate 370 412 { … … 382 424 pelaajienmaara.DefaultCancel = 2; 383 425 Add(pelaajienmaara); 426 pelaajienmaara.Color = Color.Transparent; 427 pelaajienmaara.SetButtonColor(alkuvalikkovari); 428 pelaajienmaara.SetButtonTextColor(alkuvalikkotekstivari); 384 429 } 385 430 … … 388 433 Tyhjennanappaimet(); 389 434 390 MultiSelectWindow vaikeustasonvalinta = new MultiSelectWindow(" Select difficulty", "Easy", "Normal", "Hard", "Insane", "Back");435 MultiSelectWindow vaikeustasonvalinta = new MultiSelectWindow("", "Easy", "Normal", "Hard", "Insane", "Back"); 391 436 vaikeustasonvalinta.AddItemHandler(0, delegate 392 437 { … … 412 457 vaikeustasonvalinta.DefaultCancel = 4; 413 458 Add(vaikeustasonvalinta); 459 vaikeustasonvalinta.Color = Color.Transparent; 460 vaikeustasonvalinta.SetButtonColor(alkuvalikkovari); 461 vaikeustasonvalinta.SetButtonTextColor(alkuvalikkotekstivari); 414 462 } 415 463 … … 485 533 nopackages = true; 486 534 MessageDisplay.Add("Package spawning disabled."); 535 } 536 537 else if (vastaus == "SuperSpeed") 538 { 539 nopeus = 1000; 487 540 } 488 541 … … 605 658 void Luopelaaja(Vector paikka, double leveys, double korkeus) 606 659 { 607 Pelaaja pelaaja = new Pelaaja(leveys , korkeus, Shape.Triangle, Color.Green);660 Pelaaja pelaaja = new Pelaaja(leveys * 1.2, korkeus * 1.2, Shape.FromImage(pelaaja1kuva), Color.Green); 608 661 pelaaja.Mass = 10; 609 662 pelaaja.LinearDamping = 0.3; 610 663 pelaaja.AngularDamping = 0.1; 611 664 pelaaja.Position = paikka; 612 pelaaja.Color = Color.Green;613 665 pelaaja.Tag = "Pelaaja"; 614 666 … … 622 674 pelaaja.suojalaskuri = new DoubleMeter(100, 0, 100); 623 675 pelaaja.suojalaskuri.MaxValue = 100; 624 pelaaja.suojalaskuri.LowerLimit += delegate { pelaaja.elamalaskuri.Value -= 10; pelaaja.suojalaskuri.Value = 0.001;};676 pelaaja.suojalaskuri.LowerLimit += delegate { }; 625 677 626 678 pelaaja.ammuslaskuri = new DoubleMeter(Double.PositiveInfinity); … … 634 686 pelaaja.ammuslaskuri.Value = Double.PositiveInfinity; 635 687 aseenkuva1.Image = perusasekuvake; 688 689 636 690 } 637 691 if (pelaajat.Count == 2 && pelaajat[1] == pelaaja) … … 640 694 pelaaja.ammuslaskuri.Value = Double.PositiveInfinity; 641 695 aseenkuva2.Image = perusasekuvake; 696 697 pelaaja.Image = pelaaja2kuva; 642 698 }; 643 699 }; 700 701 if (pelaajat[0] == pelaaja) pelaaja.Image = pelaaja1kuva; 702 if (pelaajat.Count == 2 && pelaajat[1] == pelaaja) pelaaja.Image = pelaaja2kuva; 644 703 645 704 Timer ajastin = new Timer(); … … 950 1009 Luoantivirus(pelaaja.Position, vektori); 951 1010 } 952 1011 953 1012 if (pelaaja2ase == "Kranaatti") 954 1013 { 955 1014 Luokranaatti(pelaaja.Position, vektori); 956 1015 } 957 1016 958 1017 } 959 1018 } … … 969 1028 luoti.CanRotate = false; 970 1029 luoti.Position = paikka; 971 luoti.Hit(suunta );972 973 FollowerBrain aivo = new FollowerBrain("Nopea", "Perus" );1030 luoti.Hit(suunta * 2); 1031 1032 FollowerBrain aivo = new FollowerBrain("Nopea", "Perus", "Boss"); 974 1033 aivo.Speed = nopeus; 975 1034 aivo.TurnWhileMoving = true; 976 1035 977 Timer ajastin = new Timer(); 978 ajastin.Interval = 0.01; 979 ajastin.Timeout += delegate 980 { 981 luoti.Brain = aivo; 982 }; 983 ajastin.Start(); 984 985 aivo.DistanceFar = (ruudunkoko*4)/vaikeustaso; 1036 luoti.Brain = aivo; 1037 1038 aivo.DistanceFar = (ruudunkoko * 4) / vaikeustaso; 986 1039 aivo.TurnSpeed = Jypeli.UnlimitedAngle.FromDegrees(10); 987 1040 … … 992 1045 void Aseosui(PhysicsObject osuja, PhysicsObject kohde) 993 1046 { 994 if (kohde.Tag.ToString() == "Perus" || kohde.Tag.ToString() == "Nopea" || kohde.Tag.ToString() == "Troijalainen" )1047 if (kohde.Tag.ToString() == "Perus" || kohde.Tag.ToString() == "Nopea" || kohde.Tag.ToString() == "Troijalainen" || kohde.Tag.ToString() == "Boss") 995 1048 { 996 1049 Vihollinen vihollinen = (Vihollinen)kohde; … … 1010 1063 Add(rajahdys, 2); 1011 1064 1012 Timer.SingleShot(2.0 /vaikeustaso, delegate { vihollinen.Brain.Active = true; });1065 Timer.SingleShot(2.0 / vaikeustaso, delegate { vihollinen.Brain.Active = true; }); 1013 1066 1014 1067 osuja.Destroy(); … … 1038 1091 rajahdys.Force = 0; 1039 1092 rajahdys.Position = osuja.Position; 1040 if (aanetpaalla == false)rajahdys.Sound = null;1093 rajahdys.Sound = null; 1041 1094 Add(rajahdys, 2); 1042 1095 … … 1059 1112 antivirus.Hit(suunta); 1060 1113 1061 FollowerBrain aivo = new FollowerBrain("Perus", "Troijalainen", "Nopea" );1114 FollowerBrain aivo = new FollowerBrain("Perus", "Troijalainen", "Nopea", "Boss"); 1062 1115 aivo.Speed = nopeus * 0.5; 1063 1116 aivo.TurnWhileMoving = true; … … 1070 1123 void Antivirusosui(PhysicsObject antivirus, PhysicsObject virus) 1071 1124 { 1072 if (virus.Tag.ToString() == "Perus" || virus.Tag.ToString() == "Nopea" || virus.Tag.ToString() == "Troijalainen")1125 if (virus.Tag.ToString() == "Perus" || virus.Tag.ToString() == "Nopea" || virus.Tag.ToString() == "Troijalainen" || virus.Tag.ToString() == "Boss") 1073 1126 { 1074 1127 Vihollinen vihollinen = (Vihollinen)virus; … … 1081 1134 Add(rajahdys, 2); 1082 1135 1083 Timer.SingleShot(2.0 /vaikeustaso, delegate { vihollinen.Brain.Active = true; });1136 Timer.SingleShot(2.0 / vaikeustaso, delegate { vihollinen.Brain.Active = true; }); 1084 1137 1085 1138 antivirus.Destroy(); … … 1105 1158 kranaatti.MaximumLifetime = new TimeSpan(0, 0, 20); 1106 1159 1107 kranaatti.Hit(suunta *3);1160 kranaatti.Hit(suunta * 3); 1108 1161 1109 1162 Timer.SingleShot(3, delegate 1110 1163 { 1111 1112 Explosion rajahdys = new Explosion(ruudunkoko * 5);1113 rajahdys.Position = kranaatti.Position;1114 if (aanetpaalla == false) rajahdys.Sound = null;1115 rajahdys.Force = 0;1116 Add(rajahdys, 2);1117 1118 kranaatti.Destroy();1119 1120 foreach(Vihollinen vihu in rajahdyksenuhrit)1121 {1122 if (Vector.Distance(kranaatti.Position, vihu.Position) < rajahdys.MaxRadius)1123 {1124 vihu.vihunelamat.Value -= 100;1125 }1126 }1164 1165 Explosion rajahdys = new Explosion(ruudunkoko * 5); 1166 rajahdys.Position = kranaatti.Position; 1167 if (aanetpaalla == false) rajahdys.Sound = null; 1168 rajahdys.Force = 0; 1169 Add(rajahdys, 2); 1170 1171 kranaatti.Destroy(); 1172 1173 foreach (Vihollinen vihu in rajahdyksenuhrit) 1174 { 1175 if (Vector.Distance(kranaatti.Position, vihu.Position) < rajahdys.MaxRadius) 1176 { 1177 vihu.vihunelamat.Value -= 200; 1178 } 1179 } 1127 1180 }); 1128 1181 } … … 1156 1209 #region Vihut 1157 1210 1158 void Luovihu(Vector paikka, double spawnausmatka, double leveys, double korkeus, double damage, string vihuntyyppi, double suunnanvaihtomin, double suunnanvaihtomax, double kaukonopeus, double lahinopeus, double kaukanaolo, double lahellaolo, int kuolemaaika, Action<Vihollinen> lahitoiminto, Image kuva)1211 void Luovihu(Vector paikka, double spawnausmatka, double leveys, double korkeus, double damage, int elamat, string vihuntyyppi, double suunnanvaihtomin, double suunnanvaihtomax, double kaukonopeus, double lahinopeus, double kaukanaolo, double lahellaolo, int kuolemaaika, Action<Vihollinen> lahitoiminto, Image kuva) 1159 1212 { 1160 1213 Vihollinen vihu = new Vihollinen(leveys, korkeus, kuva, vihuntyyppi); 1161 1214 1215 1162 1216 if (Vector.Distance(paikka, pelaajat[0].Position) > spawnausmatka) 1163 1217 { … … 1165 1219 } 1166 1220 1167 if (pelaajat.Count == 2 && Vector.Distance(paikka, pelaajat[1].Position) > spawnausmatka)1221 else if (pelaajat.Count == 2 && Vector.Distance(paikka, pelaajat[1].Position) > spawnausmatka) 1168 1222 { 1169 1223 Add(vihu, 0); 1170 1224 } 1225 else return; 1171 1226 1172 1227 vihu.Position = paikka; 1173 1228 1229 if (vihu.Vihuntyyppi == "Boss") 1230 { 1231 aikalaskuri.Pause(); 1232 noenemies = true; 1233 if (aanetpaalla == true) 1234 { 1235 MediaPlayer.Stop(); 1236 MediaPlayer.Play("Hidden danger B"); 1237 } 1238 vihu.Destroyed += delegate 1239 { 1240 aikalaskuri.Start(); 1241 noenemies = false; 1242 pistelaskuri.Value += 500; 1243 MediaPlayer.Stop(); 1244 }; 1245 } 1246 1174 1247 rajahdyksenuhrit.Add(vihu); 1175 1248 1176 1249 AddCollisionHandler<Vihollinen, Pelaaja>(vihu, delegate(Vihollinen tormaaja, Pelaaja kohde) 1177 1250 { 1178 kohde.suojalaskuri.Value -= damage; 1251 if (kohde.suojalaskuri.Value == 0) 1252 { 1253 kohde.elamalaskuri.Value -= damage; 1254 } 1255 1256 else 1257 { 1258 kohde.suojalaskuri.Value -= damage; 1259 } 1260 1179 1261 vihu.Brain.Active = false; 1180 1262 vihu.Push((vihu.Position - kohde.Position).Normalize() * 1500000); 1181 Timer.SingleShot(2.0 /vaikeustaso, delegate1263 Timer.SingleShot(2.0 / vaikeustaso, delegate 1182 1264 { 1183 1265 vihu.Brain.Active = true; … … 1217 1299 vihu.Tag = vihuntyyppi; 1218 1300 1301 vihu.vihunelamat.Value = elamat; 1302 1219 1303 vihu.IgnoresCollisionWith(vihu); 1220 1304 1221 if (vihuntyyppi == "Troijalainen") vihu.CanRotate = false; 1305 if (vihuntyyppi == "Troijalainen") 1306 { 1307 vihu.CanRotate = false; 1308 vihu.IgnoresCollisionWith(vihu); 1309 } 1222 1310 } 1223 1311 … … 1232 1320 double luku = RandomGen.NextDouble(0, 100); 1233 1321 1234 if (luku < 0.05 * (vaikeustaso / 2))1322 if (luku < 100 * (vaikeustaso)) 1235 1323 { 1236 1324 if (Debug == true) 1237 1325 { 1238 1326 vihujenmaara++; 1239 MessageDisplay.Add(" Vihuja lisätty" + vihujenmaara.ToString());1327 MessageDisplay.Add("Number of added enemies: " + vihujenmaara.ToString()); 1240 1328 } 1241 1329 1242 Luovihu(paikka, ruudunkoko * 6, ruudunkoko, ruudunkoko, 5, "Nopea", 0.1, 1, nopeus * 0.8, nopeus * 0.9, ruudunkoko * 6, ruudunkoko, 20, null, null);1330 Luovihu(paikka, ruudunkoko * 5, ruudunkoko, ruudunkoko, 100, 200, "Boss", 1, 5, nopeus * 0.4, nopeus * 0.7, ruudunkoko * 10, ruudunkoko, 60, null, bosskuva); 1243 1331 } 1244 1332 1245 if (luku < 0.1 * (vaikeustaso / 2)) 1246 { 1247 if (Debug == true) 1248 { 1249 vihujenmaara++; 1250 MessageDisplay.Add("Vihuja lisätty " + vihujenmaara.ToString()); 1251 } 1252 1253 int numero = RandomGen.NextInt(0, 3); 1254 Image kuva = healthpakettikuva; 1255 if (numero == 0) kuva = healthpakettikuva; 1256 if (numero == 1) kuva = ammopakettikuva; 1257 if (numero == 2) kuva = suojakuva; 1258 1259 Luovihu(paikka, ruudunkoko * 10, ruudunkoko*0.9, ruudunkoko*0.9, 50, "Troijalainen", 1, 1, 0, nopeus, ruudunkoko * 2, ruudunkoko * 2, 40, delegate(Vihollinen v) { v.Image = null; v.Color = Color.Red; }, kuva); 1260 } 1261 1262 //else if (luku < 0.2 * (vaikeustaso / 2)) 1333 //if (luku < 0.05 * (vaikeustaso)) 1263 1334 //{ 1264 1335 // if (Debug == true) 1265 1336 // { 1266 1337 // vihujenmaara++; 1267 // MessageDisplay.Add(" Vihuja lisätty" + vihujenmaara.ToString());1338 // MessageDisplay.Add("Number of added enemies: " + vihujenmaara.ToString()); 1268 1339 // } 1269 // //Luovihu(paikka, ruudunkoko * 6, ruudunkoko, ruudunkoko, 10, "Perus", 0.1, 3, nopeus * 0.2, nopeus * 0.5, ruudunkoko * 6, ruudunkoko, 20, null, null); 1340 1341 // Luovihu(paikka, ruudunkoko * 3, ruudunkoko, ruudunkoko, 5, 50, "Nopea", 0.1, 1, nopeus * 0.8, nopeus * 0.9, ruudunkoko * 10, ruudunkoko, 20, null, cyborgkuva); 1270 1342 //} 1271 1343 1272 else if (luku < 0.5 * (vaikeustaso / 2)) 1273 { 1274 if (Debug == true) 1275 { 1276 vihujenmaara++; 1277 MessageDisplay.Add("Vihuja lisätty " + vihujenmaara.ToString()); 1278 } 1279 Luovihu(paikka, ruudunkoko * 6, ruudunkoko, ruudunkoko, 10, "Perus", 0.5, 5, nopeus * 0.2, nopeus * 0.4, ruudunkoko * 6, ruudunkoko, 20, null, stopkuva); 1280 } 1344 //if (luku < 0.1 * (vaikeustaso)) 1345 //{ 1346 // if (Debug == true) 1347 // { 1348 // vihujenmaara++; 1349 // MessageDisplay.Add("Number of added enemies: " + vihujenmaara.ToString()); 1350 // } 1351 1352 // int numero = RandomGen.NextInt(0, 3); 1353 // Image kuva = healthpakettikuva; 1354 // if (numero == 0) kuva = healthpakettikuva; 1355 // if (numero == 1) kuva = ammopakettikuva; 1356 // if (numero == 2) kuva = suojakuva; 1357 1358 // Luovihu(paikka, ruudunkoko * 7, ruudunkoko * 0.9, ruudunkoko * 0.9, 50, 100, "Troijalainen", 1, 1, 0, nopeus, ruudunkoko * 2, ruudunkoko * 2, 40, delegate(Vihollinen v) { v.Image = camouflagekuva; }, kuva); 1359 //} 1360 1361 ////else if (luku < 0.2 * (vaikeustaso / 2)) 1362 ////{ 1363 //// if (Debug == true) 1364 //// { 1365 //// vihujenmaara++; 1366 //// MessageDisplay.Add("Number of added enemies: " + vihujenmaara.ToString()); 1367 //// } 1368 //// //Luovihu(paikka, ruudunkoko * 6, ruudunkoko, ruudunkoko, 10, "Perus", 0.1, 3, nopeus * 0.2, nopeus * 0.5, ruudunkoko * 6, ruudunkoko, 20, null, null); 1369 ////} 1370 1371 //else if (luku < 0.5 * (vaikeustaso)) 1372 //{ 1373 // if (Debug == true) 1374 // { 1375 // vihujenmaara++; 1376 // MessageDisplay.Add("Number of added enemies: " + vihujenmaara.ToString()); 1377 // } 1378 // Luovihu(paikka, ruudunkoko * 3, ruudunkoko, ruudunkoko, 10, 100, "Perus", 0.5, 5, nopeus * 0.2, nopeus * 0.4, ruudunkoko * 10, ruudunkoko, 20, null, punkkikuva); 1379 //} 1281 1380 1282 1381 // delegate(Vihollinen v) { v.Color = Color.Black; } -> Actioniin … … 1329 1428 void Osuivoidiin(PhysicsObject alue, PhysicsObject kohde) 1330 1429 { 1331 if (Debug == true) MessageDisplay.Add( "Osuttiin voidiin.");1430 if (Debug == true) MessageDisplay.Add(kohde.Tag.ToString() + " did hit void"); 1332 1431 if (kohde.Tag.ToString() != "Seina") kohde.Destroy(); 1333 1432 } … … 1353 1452 void Osuihealthpakettiin(PhysicsObject paketti, PhysicsObject pelaaja) 1354 1453 { 1355 if (Debug == true) MessageDisplay.Add(" Osuttiin healthpakettiin.");1454 if (Debug == true) MessageDisplay.Add("Healthpacket was picked"); 1356 1455 1357 1456 if (aanetpaalla == true) healthaani.Play(); … … 1389 1488 void Osuisuojapakettiin(PhysicsObject paketti, PhysicsObject pelaaja) 1390 1489 { 1391 if (Debug == true) MessageDisplay.Add(" Osuttiin suojapakettiin.");1490 if (Debug == true) MessageDisplay.Add("Shieldpacket was picked"); 1392 1491 1393 1492 if (aanetpaalla == true) suojaaani.Play(); … … 1426 1525 int luku = RandomGen.NextInt(1, 3); 1427 1526 1428 if (Debug == true) MessageDisplay.Add(" Osuttiin asepakettiin.");1527 if (Debug == true) MessageDisplay.Add("Weaponpacket was picked"); 1429 1528 1430 1529 if (aanetpaalla == true) aseaani.Play(); … … 1477 1576 aseenkuva2.Image = aseenkuva; 1478 1577 pelaaja.ammuslaskuri.Value = panokset; 1479 1480 1578 } 1481 1579 } … … 1491 1589 double luku = RandomGen.NextDouble(0, 100); 1492 1590 1493 if (luku < 5/ vaikeustaso)1591 if (luku < 10 / vaikeustaso) 1494 1592 { 1495 if (pakettienlukumaara < 5/(vaikeustaso/2))1593 if (pakettienlukumaara < 10 / (vaikeustaso / 2)) 1496 1594 { 1497 1595 pakettienlukumaara += 1; 1498 1596 1499 if (Debug == true) MessageDisplay.Add("Pa ketti luotu.");1500 1501 int toinenluku = RandomGen.NextInt(1, 4);1597 if (Debug == true) MessageDisplay.Add("Packet created"); 1598 1599 int toinenluku = RandomGen.NextInt(1, 6); 1502 1600 1503 1601 if (toinenluku == 1) Luohealthpaketti(paikka, ruudunkoko * 0.9, ruudunkoko * 0.9); … … 1505 1603 if (toinenluku == 2) Luosuojapaketti(paikka, ruudunkoko * 0.9, ruudunkoko * 0.9); 1506 1604 1507 if (toinenluku == 3) Luoasepaketti(paikka, ruudunkoko * 0.9, ruudunkoko * 0.9);1605 if (toinenluku > 2) Luoasepaketti(paikka, ruudunkoko * 0.9, ruudunkoko * 0.9); 1508 1606 } 1509 1607 } -
2013/24/LauriK/Defend The Computer/Defend The Computer/Defend The Computer/bin/x86/Debug/Data/Save.xml
r4115 r4139 18 18 <Field Name="Position" Type="Jypeli.Vector, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 19 19 <Field Name="X" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 20 <Value>- 48</Value>20 <Value>-38.739043771638</Value> 21 21 </Field> 22 22 <Field Name="Y" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 23 <Value> 60.8685255985177</Value>23 <Value>-58.136204030435</Value> 24 24 </Field> 25 25 </Field> … … 37 37 </Object> 38 38 <Object Name="vaikeustasoField" TypeAssembly="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Type="Int32"> 39 <Value> 5</Value>39 <Value>2</Value> 40 40 </Object> 41 41 <Object Name="pelaajienlukumaaraField" TypeAssembly="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Type="Int32"> 42 <Value> 2</Value>42 <Value>1</Value> 43 43 </Object> 44 44 <Object Name="aanetpaallaField" TypeAssembly="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Type="Boolean"> -
2013/24/LauriK/Defend The Computer/Defend The Computer/Defend The Computer/bin/x86/Debug/Data/Survival11.xml
r4115 r4139 6 6 <Item Index="0" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 7 7 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 8 <Value>Late </Value>8 <Value>Late¨</Value> 9 9 </Field> 10 10 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 11 <Value> 610</Value>11 <Value>2551</Value> 12 12 </Field> 13 13 </Item> … … 17 17 </Field> 18 18 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 19 <Value>1521</Value> 20 </Field> 21 </Item> 22 <Item Index="2" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 23 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 24 <Value>Late¨</Value> 25 </Field> 26 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 27 <Value>1021</Value> 28 </Field> 29 </Item> 30 <Item Index="3" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 31 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 32 <Value>Late</Value> 33 </Field> 34 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 35 <Value>610</Value> 36 </Field> 37 </Item> 38 <Item Index="4" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 39 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 40 <Value>Late</Value> 41 </Field> 42 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 19 43 <Value>445</Value> 20 44 </Field> 21 45 </Item> 22 <Item Index=" 2" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null">46 <Item Index="5" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 23 47 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 24 48 <Value>Late</Value> … … 28 52 </Field> 29 53 </Item> 30 <Item Index=" 3" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null">54 <Item Index="6" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 31 55 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 32 56 <Value>Late</Value> … … 36 60 </Field> 37 61 </Item> 38 <Item Index=" 4" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null">62 <Item Index="7" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 39 63 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 40 64 <Value>Late</Value> … … 44 68 </Field> 45 69 </Item> 46 <Item Index="5" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null">47 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">48 <Value>Late</Value>49 </Field>50 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">51 <Value>105</Value>52 </Field>53 </Item>54 <Item Index="6" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null">55 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">56 <Value>Late</Value>57 </Field>58 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">59 <Value>88</Value>60 </Field>61 </Item>62 <Item Index="7" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null">63 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">64 <Value>Late</Value>65 </Field>66 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">67 <Value>86</Value>68 </Field>69 </Item>70 70 <Item Index="8" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 71 71 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> … … 73 73 </Field> 74 74 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 75 <Value> 84</Value>75 <Value>139</Value> 76 76 </Field> 77 77 </Item> … … 81 81 </Field> 82 82 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 83 <Value> 75</Value>83 <Value>121</Value> 84 84 </Field> 85 85 </Item> … … 87 87 </Field> 88 88 <Field Name="LastEnteredName" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 89 <Value>Late </Value>89 <Value>Late¨</Value> 90 90 </Field> 91 91 </Object> -
2013/24/LauriK/Defend The Computer/Defend The Computer/Defend The Computer/obj/x86/Debug/ContentPipeline-{EDE36D82-5857-4501-BD65-D6452636E14F}.xml
r4115 r4139 66 66 </Item> 67 67 <Item> 68 <Source>process_stop.png</Source>69 <Name>process_stop</Name>70 <Importer>TextureImporter</Importer>71 <Processor>TextureProcessor</Processor>72 <Options>None</Options>73 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\process_stop.xnb</Output>74 <Time>2013-06-11T14:53:29.8656199+03:00</Time>75 </Item>76 <Item>77 68 <Source>suoja.png</Source> 78 69 <Name>suoja</Name> … … 82 73 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\suoja.xnb</Output> 83 74 <Time>2013-06-12T10:03:05.2618213+03:00</Time> 84 </Item>85 <Item>86 <Source>virus_cartoon.png</Source>87 <Name>virus_cartoon</Name>88 <Importer>TextureImporter</Importer>89 <Processor>TextureProcessor</Processor>90 <Options>None</Options>91 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\virus_cartoon.xnb</Output>92 <Time>2013-06-11T14:53:13.0119347+03:00</Time>93 75 </Item> 94 76 <Item> … … 227 209 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\kranaattikuvake.xnb</Output> 228 210 <Time>2013-06-13T13:04:28.9294456+03:00</Time> 211 </Item> 212 <Item> 213 <Source>logo.png</Source> 214 <Name>logo</Name> 215 <Importer>TextureImporter</Importer> 216 <Processor>TextureProcessor</Processor> 217 <Options>None</Options> 218 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\logo.xnb</Output> 219 <Time>2013-06-14T09:41:28.3300901+03:00</Time> 220 </Item> 221 <Item> 222 <Source>monitor1.png</Source> 223 <Name>monitor1</Name> 224 <Importer>TextureImporter</Importer> 225 <Processor>TextureProcessor</Processor> 226 <Options>None</Options> 227 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\monitor1.xnb</Output> 228 <Time>2013-06-14T10:35:44.424667+03:00</Time> 229 </Item> 230 <Item> 231 <Source>monitor2.png</Source> 232 <Name>monitor2</Name> 233 <Importer>TextureImporter</Importer> 234 <Processor>TextureProcessor</Processor> 235 <Options>None</Options> 236 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\monitor2.xnb</Output> 237 <Time>2013-06-14T10:35:58.9391183+03:00</Time> 238 </Item> 239 <Item> 240 <Source>virus_camouflage.png</Source> 241 <Name>virus_camouflage</Name> 242 <Importer>TextureImporter</Importer> 243 <Processor>TextureProcessor</Processor> 244 <Options>None</Options> 245 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\virus_camouflage.xnb</Output> 246 <Time>2013-06-14T10:18:19.3291679+03:00</Time> 247 </Item> 248 <Item> 249 <Source>virus_cyborg.png</Source> 250 <Name>virus_cyborg</Name> 251 <Importer>TextureImporter</Importer> 252 <Processor>TextureProcessor</Processor> 253 <Options>None</Options> 254 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\virus_cyborg.xnb</Output> 255 <Time>2013-06-14T10:19:06.0978443+03:00</Time> 256 </Item> 257 <Item> 258 <Source>virus_lasit.png</Source> 259 <Name>virus_lasit</Name> 260 <Importer>TextureImporter</Importer> 261 <Processor>TextureProcessor</Processor> 262 <Options>None</Options> 263 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\virus_lasit.xnb</Output> 264 <Time>2013-06-14T10:19:10.2422587+03:00</Time> 265 </Item> 266 <Item> 267 <Source>virus_paha.png</Source> 268 <Name>virus_paha</Name> 269 <Importer>TextureImporter</Importer> 270 <Processor>TextureProcessor</Processor> 271 <Options>None</Options> 272 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\virus_paha.xnb</Output> 273 <Time>2013-06-14T10:16:25.3817743+03:00</Time> 274 </Item> 275 <Item> 276 <Source>virus_punker.png</Source> 277 <Name>virus_punker</Name> 278 <Importer>TextureImporter</Importer> 279 <Processor>TextureProcessor</Processor> 280 <Options>None</Options> 281 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\virus_punker.xnb</Output> 282 <Time>2013-06-14T10:15:28.4480815+03:00</Time> 283 </Item> 284 <Item> 285 <Source>Hidden Danger B.mp3</Source> 286 <Name>Hidden Danger B</Name> 287 <Importer>Mp3Importer</Importer> 288 <Processor>SongProcessor</Processor> 289 <Options>None</Options> 290 <Output>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\Hidden Danger B.xnb</Output> 291 <Extra>C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\Hidden Danger B.wma</Extra> 292 <Time>2013-06-14T10:21:46.300863+03:00</Time> 229 293 </Item> 230 294 <BuildSuccessful>true</BuildSuccessful> -
2013/24/LauriK/Defend The Computer/Defend The Computer/Defend The Computer/obj/x86/Debug/Defend The Computer.csproj.FileListAbsolute.txt
r4115 r4139 14 14 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\nolla.xnb 15 15 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\yksi.xnb 16 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\process_stop.xnb17 16 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\suoja.xnb 18 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\virus_cartoon.xnb19 17 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\healthpack.xnb 20 18 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\player_dead.xnb … … 33 31 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\kranaatti.xnb 34 32 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\kranaattikuvake.xnb 33 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\logo.xnb 34 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\monitor1.xnb 35 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\monitor2.xnb 36 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\virus_camouflage.xnb 37 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\virus_cyborg.xnb 38 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\virus_lasit.xnb 39 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\virus_paha.xnb 40 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\virus_punker.xnb 41 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\Hidden Danger B.xnb 42 C:\MyTemp\LauriK\Defend The Computer\Defend The Computer\Defend The Computer\bin\x86\Debug\Content\Hidden Danger B.wma -
2013/24/LauriK/Defend The Computer/Defend The Computer/Defend The Computer/obj/x86/Debug/cachefile-{EDE36D82-5857-4501-BD65-D6452636E14F}-targetpath.txt
r4115 r4139 6 6 Content\nolla.xnb 7 7 Content\yksi.xnb 8 Content\process_stop.xnb9 8 Content\suoja.xnb 10 Content\virus_cartoon.xnb11 9 Content\healthpack.xnb 12 10 Content\player_dead.xnb … … 25 23 Content\kranaatti.xnb 26 24 Content\kranaattikuvake.xnb 25 Content\logo.xnb 26 Content\monitor1.xnb 27 Content\monitor2.xnb 28 Content\virus_camouflage.xnb 29 Content\virus_cyborg.xnb 30 Content\virus_lasit.xnb 31 Content\virus_paha.xnb 32 Content\virus_punker.xnb 33 Content\Hidden Danger B.xnb 34 Content\Hidden Danger B.wma -
2013/24/LauriK/Defend The Computer/Defend The Computer/Defend The ComputerContent/Defend The ComputerContent.contentproj
r4115 r4139 91 91 </ItemGroup> 92 92 <ItemGroup> 93 <Compile Include="process_stop.png">94 <Name>process_stop</Name>95 <Importer>TextureImporter</Importer>96 <Processor>TextureProcessor</Processor>97 </Compile>98 93 <Compile Include="suoja.png"> 99 94 <Name>suoja</Name> 100 <Importer>TextureImporter</Importer>101 <Processor>TextureProcessor</Processor>102 </Compile>103 <Compile Include="virus_cartoon.png">104 <Name>virus_cartoon</Name>105 95 <Importer>TextureImporter</Importer> 106 96 <Processor>TextureProcessor</Processor> … … 206 196 <Importer>TextureImporter</Importer> 207 197 <Processor>TextureProcessor</Processor> 198 </Compile> 199 </ItemGroup> 200 <ItemGroup> 201 <Compile Include="logo.png"> 202 <Name>logo</Name> 203 <Importer>TextureImporter</Importer> 204 <Processor>TextureProcessor</Processor> 205 </Compile> 206 </ItemGroup> 207 <ItemGroup> 208 <Compile Include="monitor1.png"> 209 <Name>monitor1</Name> 210 <Importer>TextureImporter</Importer> 211 <Processor>TextureProcessor</Processor> 212 </Compile> 213 <Compile Include="monitor2.png"> 214 <Name>monitor2</Name> 215 <Importer>TextureImporter</Importer> 216 <Processor>TextureProcessor</Processor> 217 </Compile> 218 </ItemGroup> 219 <ItemGroup> 220 <Compile Include="virus_camouflage.png"> 221 <Name>virus_camouflage</Name> 222 <Importer>TextureImporter</Importer> 223 <Processor>TextureProcessor</Processor> 224 </Compile> 225 <Compile Include="virus_cyborg.png"> 226 <Name>virus_cyborg</Name> 227 <Importer>TextureImporter</Importer> 228 <Processor>TextureProcessor</Processor> 229 </Compile> 230 <Compile Include="virus_lasit.png"> 231 <Name>virus_lasit</Name> 232 <Importer>TextureImporter</Importer> 233 <Processor>TextureProcessor</Processor> 234 </Compile> 235 <Compile Include="virus_paha.png"> 236 <Name>virus_paha</Name> 237 <Importer>TextureImporter</Importer> 238 <Processor>TextureProcessor</Processor> 239 </Compile> 240 <Compile Include="virus_punker.png"> 241 <Name>virus_punker</Name> 242 <Importer>TextureImporter</Importer> 243 <Processor>TextureProcessor</Processor> 244 </Compile> 245 </ItemGroup> 246 <ItemGroup> 247 <Compile Include="Hidden Danger B.mp3"> 248 <Name>Hidden Danger B</Name> 249 <Importer>Mp3Importer</Importer> 250 <Processor>SongProcessor</Processor> 208 251 </Compile> 209 252 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.