flappybat/scorewall.jso

6 lines
116 B
Plaintext
Raw Normal View History

2024-03-03 17:45:08 -06:00
this.collide = function(hit)
{
if (hit.obj.ur !== 'bird') return;
game.score++;
this.cry("audio/point.qoa");
}