thomastran8 / PyramidEscape

A game made in Unity - Your goal is to escape the pyramid!
MIT License
1 stars 0 forks source link

Make trigger box trap + screen shake #12

Closed thomastran8 closed 7 years ago

thomastran8 commented 7 years ago

This will be an trigger collider box that if a player walks into it then it will activate its references plus a screen shake. Great for surprise events. Just to note that I scrapped the idea of pressure plates.

dbelliss commented 7 years ago

Screen shake is callable from anywhere with GameManager.UI.ShakeCamera(.4f, 2f);

thomastran8 commented 7 years ago

Done