Guest User

Ξεπεσμός health gain BY TAGEEM

a guest
Mar 26th, 2022
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function noteMiss(direction)
  2. setProperty('health', getProperty('health') + 0.025)
  3. end
  4. function noteMissPress(direction)
  5. setProperty('health', getProperty('health') + 0.05)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment