Advertisement
Guest User

purple heart code

a guest
Mar 28th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ttype = 0
  2. yadd = 0
  3. yadd2 = 3
  4. yz2 = 0
  5. if ((ttype == 0) || (ttype == 3))
  6. {
  7. type = 0
  8. xmid = ((global.idealborder[0] + global.idealborder[1]) / 2)
  9. xlen = 100
  10. yamt = 3
  11. yspace = 40
  12. yno = 2
  13. yzero = (global.idealborder[2] + 30)
  14. alarm[9] = 1
  15. visible = false
  16. moving = 0
  17. space = 0
  18. yadd2 = 3
  19. }
  20. if (ttype == 1)
  21. {
  22. type = 0
  23. xmid = ((global.idealborder[0] + global.idealborder[1]) / 2)
  24. xlen = 100
  25. yamt = 7
  26. yspace = 40
  27. yno = 2
  28. yzero = 100
  29. alarm[9] = 1
  30. visible = false
  31. moving = 0
  32. space = 0
  33. yadd = 3
  34. }
  35. yoff = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement