- Timestamp:
- 2014-06-13 10:44:31 (8 years ago)
- Location:
- 2014/24/JuhoJ/ShotgunJoe/ShotgunJoe
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
2014/24/JuhoJ/ShotgunJoe/ShotgunJoe/ShotgunJoe/ShotgunJoe.cs
r5006 r5008 46 46 SmoothTextures = false; 47 47 SeuraavaKentta(); 48 Gravity = new Vector(0, -1000); 49 48 49 50 51 } 52 53 void SeuraavaKentta() 54 { 55 ClearAll(); 56 57 if (kenttanumero == 1) 58 { 59 LuoKentta("kentta1"); 60 } 61 else if (kenttanumero == 2) 62 { 63 LuoKentta("kentta2"); 64 } 65 50 66 LisaaNappaimet(); 51 67 LuoElamaLaskuri(); 52 68 53 69 RandomUusiLaatikko(); 54 70 55 71 Timer ajastin = new Timer(); 56 72 ajastin.Interval = 2.0; … … 66 82 pelaaja1.Weapon.Ammo.Value = 100; 67 83 pelaaja1.Weapon.ProjectileCollision = AmmusOsui; 68 84 69 85 pelaaja1.Weapon.FireRate = 1.0; 70 71 } 72 73 void SeuraavaKentta() 74 { 75 ClearAll(); 76 77 if (kenttanumero == 1) 78 { 79 LuoKentta("kentta1"); 80 } 81 else if (kenttanumero == 2) 82 { 83 LuoKentta("kentta2"); 84 } 85 86 87 Gravity = new Vector(0, -1000); 86 88 } 87 89 -
2014/24/JuhoJ/ShotgunJoe/ShotgunJoe/ShotgunJoe/obj/x86/Debug/ContentPipeline-{CF60888C-4746-4871-9D32-E8426663FBA0}.xml
r5006 r5008 36 36 <Options>None</Options> 37 37 <Output>C:\MyTemp\JuhoJ\ShotgunJoe\ShotgunJoe\ShotgunJoe\bin\x86\Debug\Content\kentta1.xnb</Output> 38 <Time>2014-06-13T10:3 1:46.789299+03:00</Time>38 <Time>2014-06-13T10:35:28.0054184+03:00</Time> 39 39 </Item> 40 40 <Item> … … 153 153 <Options>None</Options> 154 154 <Output>C:\MyTemp\JuhoJ\ShotgunJoe\ShotgunJoe\ShotgunJoe\bin\x86\Debug\Content\kentta2.xnb</Output> 155 <Time>2014-06-13T10: 07:01.0427392+03:00</Time>155 <Time>2014-06-13T10:38:21.0927254+03:00</Time> 156 156 </Item> 157 157 <BuildSuccessful>true</BuildSuccessful> -
2014/24/JuhoJ/ShotgunJoe/ShotgunJoe/ShotgunJoeContent/kentta1.txt
r5006 r5008 5 5 ...................R........................................................................RRRRRRRRRRRRRRR..........RRRRR....................... 6 6 ...........RRRR......................................................T................RRRRR..................RRRRRR...........R.................. 7 .J. ...T.V............................................... RRRRRRRRRRRRRRRRRRRRRRRRRRR.............................................................7 .J.M..T.V............................................... RRRRRRRRRRRRRRRRRRRRRRRRRRR............................................................. 8 8 RRRRRRRRRRRRRRRRRRRRRRRR................................ ###########################...............................................N............. 9 9 ########################..............T................. ###########################.....................................................RRR..... -
2014/24/JuhoJ/ShotgunJoe/ShotgunJoe/ShotgunJoeContent/kentta2.txt
r5006 r5008 1 1 NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN 2 2 ..................................................................# 3 J.................................................................# 3 4 BB........V.......................................................# 4 5 ....BBB..BBB.........................T........B...................# 5 6 ................B..........T.........BBBBBB.....B.................# 6 ..................... ..BBBBBB....................BB...............#7 ................................ ..BBB.............................#8 ...................................... .........B..................#7 .....................BBBBBBBB....................BB...............# 8 ................................BBBBB.............................# 9 ......................................B........B..................# 9 10 ..........................................BB......................# 10 11 ..................................................................#
Note: See TracChangeset
for help on using the changeset viewer.