Changeset 5675 for 2014/30


Ignore:
Timestamp:
2014-07-25 11:37:40 (9 years ago)
Author:
oomahutt
Message:
 
Location:
2014/30/OonaH/GoldenMaknae2
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • 2014/30/OonaH/GoldenMaknae2/GoldenMaknae2/GoldenMaknae2/GoldenMaknae2.cs

    r5670 r5675  
    152152            tavarat.CollisionIgnoreGroup = 1; 
    153153            tavarat.IgnoresGravity = true; 
     154            tavarat.CollisionIgnoreGroup = 1; 
    154155            Add(tavarat); 
    155156 
     
    177178 
    178179        PhysicsObject oikeaReuna = Level.CreateRightBorder(); 
    179         oikeaReuna.Restitution = 1.0; 
     180        oikeaReuna.CollisionIgnoreGroup = 1; 
    180181 
    181182        PhysicsObject vasenReuna = Level.CreateLeftBorder(); 
    182         vasenReuna.Restitution = 1.0; 
     183        vasenReuna.CollisionIgnoreGroup = 1; 
    183184 
    184185    } 
Note: See TracChangeset for help on using the changeset viewer.