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