- Timestamp:
- 2012-06-15 12:12:56 (11 years ago)
- Location:
- 2012/24/AamosR/Thunderbird
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/24/AamosR/Thunderbird/Thunderbird/Thunderbird/Thunderbird.cs
r3102 r3107 188 188 189 189 Level.Background.CreateGradient(Color.Blue, Color.White); 190 Level.CreateBorders(); 190 Level.CreateBorders(false); 191 191 192 192 193 Camera.ZoomToLevel(); … … 333 334 ammus.X = lintu.X +100; 334 335 ammus.Y = lintu.Y; 335 ammus.Shape = Shape. Rectangle;336 ammus.Shape = Shape.Circle; 336 337 ammus.Image = ammusKuva; 337 338 ammus.CanRotate = false; … … 381 382 void ammusPoistuu(PhysicsObject ammus) 382 383 { 383 if (ammus.X > Level.Right -60)384 if (ammus.X > Level.Right) 384 385 { 385 386 ammus.Destroy();
Note: See TracChangeset
for help on using the changeset viewer.