- Timestamp:
- 2016-12-17 14:49:13 (4 years ago)
- Location:
- 2016/30/HenriJ/qq
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/30/HenriJ/qq/qq/qq/obj/x86/Debug/ContentPipeline-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}.xml
r8366 r8379 9 9 <Options>None</Options> 10 10 <Output>C:\MyTemp\HenriJ\qq\qq\qq\bin\x86\Debug\Content\maali.xnb</Output> 11 <Time>2016-1 1-19T10:34:59.1883652+02:00</Time>11 <Time>2016-12-17T10:25:18.9648495+02:00</Time> 12 12 </Item> 13 13 <Item> … … 18 18 <Options>None</Options> 19 19 <Output>C:\MyTemp\HenriJ\qq\qq\qq\bin\x86\Debug\Content\norsu.xnb</Output> 20 <Time>2016-1 1-19T10:34:59.2975659+02:00</Time>20 <Time>2016-12-17T10:25:19.0896495+02:00</Time> 21 21 </Item> 22 22 <Item> … … 27 27 <Options>None</Options> 28 28 <Output>C:\MyTemp\HenriJ\qq\qq\qq\bin\x86\Debug\Content\tahti.xnb</Output> 29 <Time>2016-1 1-19T10:34:59.3911665+02:00</Time>29 <Time>2016-12-17T10:25:19.1842495+02:00</Time> 30 30 </Item> 31 31 <Item> … … 36 36 <Options>None</Options> 37 37 <Output>C:\MyTemp\HenriJ\qq\qq\qq\bin\x86\Debug\Content\puuseina.xnb</Output> 38 <Time>2016-1 1-19T10:34:59.3755664+02:00</Time>38 <Time>2016-12-17T10:25:19.1842495+02:00</Time> 39 39 </Item> 40 40 <Item> … … 45 45 <Options>None</Options> 46 46 <Output>C:\MyTemp\HenriJ\qq\qq\qq\bin\x86\Debug\Content\sankari.xnb</Output> 47 <Time>2016-1 1-19T10:34:59.3755664+02:00</Time>47 <Time>2016-12-17T10:25:19.1686495+02:00</Time> 48 48 </Item> 49 49 <Item> … … 54 54 <Options>None</Options> 55 55 <Output>C:\MyTemp\HenriJ\qq\qq\qq\bin\x86\Debug\Content\Loota.xnb</Output> 56 <Time>2016-1 1-19T10:34:59.2039653+02:00</Time>56 <Time>2016-12-17T10:25:18.9960495+02:00</Time> 57 57 </Item> 58 58 <Item> … … 63 63 <Options>None</Options> 64 64 <Output>C:\MyTemp\HenriJ\qq\qq\qq\bin\x86\Debug\Content\bom.xnb</Output> 65 <Time>2016-1 1-19T10:34:59.2039653+02:00</Time>65 <Time>2016-12-17T10:25:18.9804495+02:00</Time> 66 66 </Item> 67 67 <Item> … … 72 72 <Options>None</Options> 73 73 <Output>C:\MyTemp\HenriJ\qq\qq\qq\bin\x86\Debug\Content\Laatikko.xnb</Output> 74 <Time>2016-1 1-19T10:34:59.2195654+02:00</Time>74 <Time>2016-12-17T10:25:18.9960495+02:00</Time> 75 75 </Item> 76 76 <Item> … … 81 81 <Options>None</Options> 82 82 <Output>C:\MyTemp\HenriJ\qq\qq\qq\bin\x86\Debug\Content\kentta1.xnb</Output> 83 <Time>2016-1 1-19T14:51:48.5594457+02:00</Time>83 <Time>2016-12-17T14:19:40.4663495+02:00</Time> 84 84 </Item> 85 85 <Item> … … 90 90 <Options>None</Options> 91 91 <Output>C:\MyTemp\HenriJ\qq\qq\qq\bin\x86\Debug\Content\kentta2.xnb</Output> 92 <Time>2016-1 1-19T10:34:59.2195654+02:00</Time>92 <Time>2016-12-17T14:31:55.4940594+02:00</Time> 93 93 </Item> 94 94 <BuildSuccessful>true</BuildSuccessful> … … 139 139 <Assembly> 140 140 <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> 141 <Value>2015-09-16T 19:52:38.3293055+03:00</Value>141 <Value>2015-09-16T20:11:40.0406455+03:00</Value> 142 142 </Assembly> 143 143 </Assemblies> -
2016/30/HenriJ/qq/qq/qq/qq.cs
r8366 r8379 40 40 41 41 42 Gravity = new Vector( 0, -1000);42 Gravity = new Vector(600, -1000); 43 43 44 44 //LuoKentta("kentta1"); … … 91 91 Add(ammus); 92 92 ammus.Velocity = amnopeus; 93 //if (ammus.Position == )94 93 } 95 94 … … 116 115 ajastin.Interval = 2; 117 116 ajastin.Timeout += delegate { LisaaAmmus(paikka, ammusSuunta, ryhma); }; 118 ajastin.Start( 100);117 ajastin.Start(); 119 118 Add(tykki); 120 119 } … … 153 152 taso.Tag = "block"; 154 153 taso.CanRotate = false; 155 AddCollisionHandler(taso, "trap", Ansal);154 //AddCollisionHandler(taso, "trap", Ansal); 156 155 Add(taso); 157 156 } … … 239 238 { 240 239 maaliAani.Play(); 241 MessageDisplay.Add("Keräsit tähden!");242 240 tahti.Destroy(); 241 Kenttanro += 1; 242 ClearAll(); 243 aloitapeli(); 243 244 } 244 245 void KutistaPelaaja() -
2016/30/HenriJ/qq/qq/qqContent/kentta1.txt
r8366 r8379 1 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh.............y............h 2 h..............................h.............y............h 3 h..............................h.............y............h 4 h..............................h.............y............h 5 h..............................h.............y............h 6 h..............................h.............h............h 7 h..............................h........hh...h............h 8 h......................tt....tth.............h..tttttttttth 9 hhhhhhhhhhhhhhhhhhhhhhhhh..hhhhh.............h..hhhhhhhhhhhh 10 h..............................h.............h.............h 11 h..............................h..hh.........h.............h 12 h..............................h.............hy............h 13 h........................N.....h.............h.............h 14 h4.......................ll....h........hh...h.............h 15 hhh..hhhhhhhhhhhhhhhhhhhhhhhhhhh.............h.............h 16 h........................hh..................httttttttt....h 17 h..........l.............yy..................3yyyyyyyyy....h 18 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh1h1h1h1hhhhh.............h 19 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh...........................h 20 h..........................................................h 21 h..........................................................h 22 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh 1 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh.............y............hhh 2 h..............................h.............y............hhh 3 h..............................h.............y............hhh 4 h..............................h.............y............hhh 5 h..............................4.............y............hhh 6 h..............................h.............h............hhh 7 h..............................h........hh...h............hhh 8 4......................tt....tth.............h..tttttttttthhh 9 hhhhhhhhhhhhhhhhhhhhhhhhh..hhhhh.............h..hhhhhhhhhhhhh 10 h..............................h.............h.............hh 11 h..............................h..hh.........h.............hh 12 h..............................h.............hhhh..........hh 13 h..............................h.............h.............hh 14 h4.......................ll.N..h........hh...h.............hh 15 hhh..hhhhhhhhhhhhhhhhhhhhhhhhhhh.............h.............hh 16 h........................yy..................httttttttt....hh 17 h........................yy.ll...............3yyyyyyyyy....hh 18 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh1h1h1h1hhhhh.............hh 19 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh.............hh 20 h..........................................................hh 21 h..........................................................hh 22 h..hhhhhhhhhhhhhhhh1hhhh1hhhh1hhhh1hhhhhhhhhhhhhhhhhhhhhhhhhh 23 h...................ty......................................h 24 h...................ty.....y........y........y............*.h 25 4llly...............ty......................................h 26 hyyyhh..hhhhhhhhhhhhhhhhhhhthhhhhhhhthhhhhhhhthhhhhhhhhhhhhhh 27 h.......hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh 28 h.......hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh 29 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh -
2016/30/HenriJ/qq/qq/qqContent/kentta2.txt
r8260 r8379 1 ..................h...h...............................................................................h 2 ..................h...h...............................................................................h 3 ..................h...h...............................................................................h 4 ..................h...h...............................................................................h 5 ..................h...h...............................................................................h 6 ..................h...h...............................................................................h 7 ..................h...h...............................................................................h 8 ..................h...h...............................................................................h 9 ..................h...h...............................................................................h 10 ..................h...h...............................................................................h 11 ..................h...h...............................................................................h 12 ..................h...h...............................................................................h 13 ..................h...h...............................................................................h 14 ..................4...3hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh...hh 15 .................4.....3..............................................................................h 16 ................4.......3.............................................................................h 17 ...............4.........3........................................................................llllh 18 .................................................t...............................................Nllllh 19 ............................................t....t.......t......t.............................llllllllh 20 ...............4.........3.............t....t....t.......t..ll..t.............................llllllllh 21 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhtthhhhtttttttttthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh 22 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
Note: See TracChangeset
for help on using the changeset viewer.