- Timestamp:
- 2012-06-29 11:33:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/26/JereL/Sekasorto/Sekasorto/Sekasorto/Sekasorto.cs
r3377 r3389 308 308 void LuoKentta2() 309 309 { 310 Kolmio = new PhysicsObject( 60, 60);310 Kolmio = new PhysicsObject(200, 200); 311 311 Kolmio.Shape = Shape.Circle; 312 312 Kolmio.Color = Color.LightBlue; … … 322 322 Kolmio2.X = -300; 323 323 Kolmio2.Y = -300; 324 Kolmio2.IgnoresGravity = false;324 Kolmio2.IgnoresGravity = true; 325 325 Add(Kolmio2); 326 326
Note: See TracChangeset
for help on using the changeset viewer.