Advertisement
Guest User

Untitled

a guest
May 29th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public override void playSound()
  2. {
  3.  
  4. SoundEffects.getInstance().play("collectcoin"); // play collectSFX when collide with the player
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement