- Timestamp:
- 2012-06-15 12:23:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/24/LeeviL/Rangoneina/Rangoneina/Rangoneina/Rangoneina.cs
r3114 r3128 115 115 void LuoSerunom(Vector paikka, double leveys, double korkeus) 116 116 { 117 Serunom = new PhysicsObject(leveys, korkeus );117 Serunom = new PhysicsObject(leveys, korkeus, Shape.Circle); 118 118 Serunom.Image = SerunomI; 119 119 Serunom.Restitution = 0.0; … … 125 125 void LuoMerinoma(Vector paikka, double leveys, double korkeus) 126 126 { 127 Merinoma = new PhysicsObject(leveys, korkeus );127 Merinoma = new PhysicsObject(leveys, korkeus, Shape.Circle); 128 128 Merinoma.Image = MerinomaI; 129 129 Merinoma.Restitution = 0.0; … … 135 135 void Vih1(Vector paikka, double leveys, double korkeus) 136 136 { 137 PhysicsObject Vih1 = new PhysicsObject(leveys, korkeus );137 PhysicsObject Vih1 = new PhysicsObject(leveys, korkeus, Shape.Circle); 138 138 Vih1.Image = Vih1I; 139 139 Vih1.Restitution = 0.0; … … 144 144 void Vih2(Vector paikka, double leveys, double korkeus) 145 145 { 146 PhysicsObject Vih2 = new PhysicsObject(leveys, korkeus );146 PhysicsObject Vih2 = new PhysicsObject(leveys, korkeus, Shape.Circle); 147 147 Vih2.Image = Vih2I; 148 148 Vih2.Restitution = 0.0; … … 153 153 void Vih3(Vector paikka, double leveys, double korkeus) 154 154 { 155 PhysicsObject Vih3 = new PhysicsObject(leveys, korkeus );155 PhysicsObject Vih3 = new PhysicsObject(leveys, korkeus, Shape.Circle); 156 156 Vih3.Image = Vih3I; 157 157 Vih3.Restitution = 0.0;
Note: See TracChangeset
for help on using the changeset viewer.