eniklas / nachtmission

2.5D shooter made with Unity
Mozilla Public License 2.0
1 stars 1 forks source link

Change behaviour when colliding with jet and tank #33

Closed eniklas closed 6 years ago

eniklas commented 6 years ago

You can bump into the jet before it swoops; use IgnoreCollision there. When crashing, destroy the tank if you land on it. Currently it just sits on top and the chopper doesn't explode.

eniklas commented 6 years ago

Jet and missile behaviour fixed in c551efb.

eniklas commented 6 years ago

Chopper can now collide with tank as of 680c86e.