- Timestamp:
- 2012-06-15 12:20:52 (11 years ago)
- Location:
- 2012/24/ToniV
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/24/ToniV/Try to survive/Try to survive/Try to survive/Try_to_survive.cs
r3113 r3121 137 137 { 138 138 if (saakoampua == false) return; 139 PhysicsObject panos = new PhysicsObject(5 0, 50);139 PhysicsObject panos = new PhysicsObject(5, 5); 140 140 panos.Shape = Shape.Circle; 141 141 panos.Color = Color.Green; -
2012/24/ToniV/pong/pong/pong/pong.cs
r2962 r3121 40 40 pallo.Shape = Shape.Circle; 41 41 pallo.Color = Color.Green; 42 FollowerBrain seuraajanaivot = new FollowerBrain(maila); 42 43 43 44 maila = LuoMaila(Level.Left + 20.0, 0.0);
Note: See TracChangeset
for help on using the changeset viewer.