ColbyReinhart / wall-golf

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

implemented laser #26

Closed pwest22 closed 1 year ago

pwest22 commented 1 year ago

Laser alternates between on and off every (approximately) 5 seconds. If laser is off, ball passes through without being destroyed. If laser is on, ball collides and ball is destroyed.

pwest22 commented 1 year ago

if we think it might be better, I can modify the code to have a public variable so we can change the speed in the editor to make it faster/slower instead of a universal speed