- Timestamp:
- 2013-07-03 14:50:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/27/NikoKi/EpicTankBattle/EpicTankBattle/EpicTankBattle/EpicTankBattle.cs
r4396 r4408 226 226 public void LuoTankit() 227 227 { 228 Camera.ZoomFactor = 2;228 Camera.ZoomFactor = 3; 229 229 P1 = new Tankki(25, 24); 230 230 P1.Tag = "tankki"; … … 236 236 P1.MaxVelocity = 3; 237 237 P1.KineticFriction = 0; 238 P1.X = -Screen.Width / 6;238 P1.X = -Screen.Width / 10; 239 239 Add(P1); 240 240 … … 253 253 P2.PlatformTolerance = 1; 254 254 P2.FacingDirection = Direction.Left; 255 P2.X = Screen.Width / 6;255 P2.X = Screen.Width / 10; 256 256 Add(P2); 257 257 … … 459 459 460 460 P1.X = -750; 461 P1.Y = 10;461 P1.Y = -20; 462 462 P2.X = 750; 463 P2.Y = 10;463 P2.Y = -20; 464 464 465 465 Nappaimisto();
Note: See TracChangeset
for help on using the changeset viewer.