- Timestamp:
- 2012-07-27 12:45:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/30/JesseN/Oma peli/OmaPeli/OmaPeli/OmaPeli/OmaPeli.cs
r3816 r3818 265 265 AddCollisionHandler<PlatformCharacter, PhysicsObject>(hahmo, "Vesi", Vesi2 ); 266 266 AddCollisionHandler<PlatformCharacter, PhysicsObject>(hahmo, "vihollinen", OsumaPelaajaan); 267 AddCollisionHandler<PlatformCharacter, PhysicsObject>(hahmo, "vihollinen2", OsumaPelaajaan); 267 268 fullimetalli = new Animation(fullmetalli); 268 269 fullimetalli.FPS = 9; … … 389 390 frogun.Y = -10; 390 391 frog.Add(frogun); 391 frog.Tag = "vihollinen ";392 frog.Tag = "vihollinen2"; 392 393 393 394
Note: See TracChangeset
for help on using the changeset viewer.