Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function noteMiss(direction)
- setProperty('health', getProperty('health') + 0.025)
- end
- function noteMissPress(direction)
- setProperty('health', getProperty('health') + 0.05)
- end
Advertisement
Add Comment
Please, Sign In to add comment