I am making a catcher game in JavaScript where your a beard and catch bacon for points and I want to try and make my beard grow as I catch bacon how would I do this.
Here is my code : https://github.com/Nathan-Cox/BeardCatcher2
I am making a catcher game in JavaScript where your a beard and catch bacon for points and I want to try and make my beard grow as I catch bacon how would I do this.
Here is my code : https://github.com/Nathan-Cox/BeardCatcher2
I haven’t looked at your code but what about
.beard {
transform:scale(1.2);
}