ColbyReinhart / wall-golf

Project for Kent State University Introduction to Game Programming -- Fall 2022
0 stars 0 forks source link

BUG: The explosive barrell still falls when on the side menu #38

Closed ColbyReinhart closed 1 year ago

ColbyReinhart commented 1 year ago

My idea: Create a trigger that covers the entire playable area. When the game starts, the barrel will check if it's in the trigger. Only when it is in the trigger will it have physics. Or perhaps the barrel will check if it's in the play area every time it moves in build mode.