flappybat/scorewall.jso
John Alanbrook 9f49fc4cb8 initial add
2024-03-03 17:45:08 -06:00

6 lines
116 B
Plaintext

this.collide = function(hit)
{
if (hit.obj.ur !== 'bird') return;
game.score++;
this.cry("audio/point.qoa");
}