Friday, January 15, 2021

Flag It

 A coding moment for me this afternoon: managed to introduce

a flag for the bonus round in Breakout.


Once player enters play state, the flag for bonusRound is set to true.

In the main love.draw function, the bonus symbol appears if 

bonusRound is true. Thus, our little quad appears during gameplay

(and not before).





Getting there...

No comments: