Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. [layer0:Image]
  2. texture = right_sidebar.png
  3. xpos = 0.64
  4. ypos = 0.28
  5. angle = -0.170
  6.  
  7. [layer1:Image]
  8. texture = dots.png
  9. condition = streak >= 10
  10. xpos = .612
  11. ypos = .417
  12. xscale = .16
  13. yscale = -.31
  14. angle = -.445
  15. rect = (0.0, 0.25, float(streak-1)*0.10, float(streak)*0.10)
  16.  
  17. [layer2:Image]
  18. texture = dots.png
  19. condition = streak >= 20
  20. xpos = .612
  21. ypos = .417
  22. xscale = .16
  23. yscale = -.31
  24. angle = -.445
  25. rect = (0.25, 0.5, float(streak-1)*0.10, float(streak)*0.10)
  26.  
  27. [layer3:Image]
  28. texture = dots.png
  29. condition = streak >= 30
  30. xpos = .612
  31. ypos = .417
  32. xscale = .16
  33. yscale = -.31
  34. angle = -.445
  35. rect = (0.5, 0.75, float(streak-1)*0.10, float(streak)*0.10)
  36.  
  37. [layer3:Image]
  38. texture = dots.png
  39. condition = streak >= 40
  40. xpos = .612
  41. ypos = .417
  42. xscale = .16
  43. yscale = -.31
  44. angle = -.445
  45. rect = (0.75, 1.0, float(streak-1)*0.10, float(streak)*0.10)
  46.  
  47. [layer3:Image]
  48. texture = dots.png
  49. condition = streak <= 41
  50. xpos = .612
  51. ypos = .417
  52. xscale = .16
  53. yscale = -.31
  54. angle = -.445
  55. rect = (0.75, 1.0, .9, 1.0)
  56.  
  57. [layer4:Image]
  58. texture = dots_mask.png
  59. xpos = .612
  60. ypos = .417
  61. xscale = .16
  62. yscale = -.31
  63. angle= .445
  64.  
  65. [layer5:Image]
  66. texture = mult.png
  67. condition = not player.starPowerActive and multiplier >=3
  68. xpos = 0.654
  69. ypos = 0.37
  70. xscale = .23
  71. yscale = -.26
  72. rect = (0.0, 1.0, float(multiplier-1)*0.125, float(multiplier)*0.125)
  73.  
  74. [layer6:Image]
  75. texture = mult.png
  76. condition = not player.starPowerActive and multiplier == 4
  77. xpos = 0.654
  78. ypos = 0.37
  79. xscale = .23
  80. yscale = -.26
  81. rect = (0.0, 1.0, float(4-1)*0.125, float(4)*0.125)
  82.  
  83. [layer7:Image]
  84. texture = mult.png
  85. condition = player.starPowerActive and multiplier >= 7
  86. xpos = 0.654
  87. ypos = 0.37
  88. xscale = .23
  89. yscale = -.26
  90. rect = (0.0, 1.0, float(multiplier-1)*0.125, float(multiplier)*0.125)
  91.  
  92.  
  93. [layer8:Image]
  94. texture = mult.png
  95. condition = player.starPowerActive and multiplier == 8
  96. xpos = 0.654
  97. ypos = 0.37
  98. xscale = .23
  99. yscale = -.26
  100. rect = (0.0, 1.0, float(8-1)*0.125, float(8)*0.125)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement