- Timestamp:
- 2014-07-24 11:20:37 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2014/30/OonaH/GoldenMaknae2/GoldenMaknae2/GoldenMaknae2/GoldenMaknae2.cs
r5618 r5620 83 83 84 84 85 Kookie = PhysicsObject.CreateStaticObject(50.0, 50.0);85 Kookie = new PlatformCharacter(50.0, 50.0); 86 86 //Kookie.X = 0.0; 87 87 //Kookie.Y = Level.Bottom + 30; … … 89 89 Kookie.Image = KookieKuva; 90 90 Kookie.Restitution = 1.0; 91 AddCollisionHandler(tavarat, "reuna", Osuma);91 Gravity = new Vector(); 92 92 93 93 Add(Kookie); … … 122 122 tavarat.Velocity = new Vector(0, -200); 123 123 tavarat.CollisionIgnoreGroup = 1; 124 tavarat.IgnoresGravity = true; 124 125 Add(tavarat); 126 127 AddCollisionHandler(tavarat, "reuna", Osuma); 128 125 129 i++; 126 130 }
Note: See TracChangeset
for help on using the changeset viewer.