- Timestamp:
- 2014-07-25 11:37:40 (9 years ago)
- Location:
- 2014/30/OonaH/GoldenMaknae2
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
2014/30/OonaH/GoldenMaknae2/GoldenMaknae2/GoldenMaknae2/GoldenMaknae2.cs
r5670 r5675 152 152 tavarat.CollisionIgnoreGroup = 1; 153 153 tavarat.IgnoresGravity = true; 154 tavarat.CollisionIgnoreGroup = 1; 154 155 Add(tavarat); 155 156 … … 177 178 178 179 PhysicsObject oikeaReuna = Level.CreateRightBorder(); 179 oikeaReuna. Restitution = 1.0;180 oikeaReuna.CollisionIgnoreGroup = 1; 180 181 181 182 PhysicsObject vasenReuna = Level.CreateLeftBorder(); 182 vasenReuna. Restitution = 1.0;183 vasenReuna.CollisionIgnoreGroup = 1; 183 184 184 185 }
Note: See TracChangeset
for help on using the changeset viewer.