Changeset 8478
- Timestamp:
- 2017-06-09 13:36:17 (6 years ago)
- Location:
- 2017/23/VenlaV/platformerproto
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/23/VenlaV/platformerproto/platformerproto/platformerproto/platformerproto.cs
r8470 r8478 95 95 Musta.CollisionIgnoreGroup = 1; 96 96 Add(Musta); 97 Musta.Tag = "Maa"; 97 98 Musta.Restitution = 0;} 98 99 void LuoPelaaja(Vector paikka, double leveys, double korkeus) … … 254 255 Add(Coin, -1); 255 256 } 257 258 256 259 void AmmusOsui(PhysicsObject ammus, PhysicsObject kohde) 257 260 { 258 261 ammus.Destroy(); 262 if (kohde.Tag == "Vihu") { kohde.Destroy(); } 259 263 } 260 264 void AmmuAseella(PlatformCharacter pelaaja)
Note: See TracChangeset
for help on using the changeset viewer.