- Timestamp:
- 2013-07-05 12:30:18 (10 years ago)
- Location:
- 2013/27/JuhanaR/Korispeli/Korispeli
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
2013/27/JuhanaR/Korispeli/Korispeli/Korispeli/Korispeli.cs
r4459 r4487 28 28 29 29 bool VoikoHeittaa = true; 30 int kenttaNro = 1;30 int kenttaNro = 4; 31 31 IntMeter pelaajaLaskuri; 32 32 … … 132 132 LisaaNappaimet(); 133 133 Camera.ZoomToLevel(); 134 Camera.Zoom(1.2); 135 Camera.Move(new Vector(0, 10)); 134 //Camera.Zoom(1.2); 136 135 } 137 136 … … 161 160 else vuorossaOlevaPelaaja++; 162 161 MessageDisplay.Add("Pelaajan " + (vuorossaOlevaPelaaja + 1) + " vuoro"); 163 pelaaja1.Position = new Vector(-200, 0); 162 pelaaja1.Position = new Vector(-400, 0); 163 VoikoHeittaa = true; 164 164 } 165 165 … … 216 216 taso.Position = paikka; 217 217 taso.IsVisible = false; 218 //taso.Color = Color.FromHexCode("FE9B33");218 taso.Color = Color.FromHexCode("FE9B33"); 219 219 Add(taso); 220 220 } … … 330 330 void Liikuta(Pelihahmo hahmo, double nopeus) 331 331 { 332 if ( hahmo.Position.X >= -200 && nopeus > 0)332 if ((hahmo.Position.X >= -400 && nopeus > 0)) 333 333 { 334 334 hahmo.Velocity = new Vector(0, hahmo.Velocity.Y); -
2013/27/JuhanaR/Korispeli/Korispeli/KorispeliContent/kentta3.txt
r4435 r4487 6 6 7 7 8 9 K 8 9 10 11 12 13 K 10 14 11 15 12 16 13 N TVVV14 ########################### 17 N T VVV 18 #################################### -
2013/27/JuhanaR/Korispeli/Korispeli/KorispeliContent/kentta4.txt
r4473 r4487 11 11 12 12 13 14 15 16 17 18 13 19 14 20 15 16 17 18 19 K 20 N VVV T V 21 ################################ 21 # 22 # 23 # 24 # K 25 # N VVV T V 26 ##################################
Note: See TracChangeset
for help on using the changeset viewer.