gradient_dir.stl 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. (supertux-level
  2. (version 2)
  3. (name (_ "Gradient scripting test"))
  4. (author "Hume")
  5. (contact "Nemám zájem, aby mě někdo otravoval.")
  6. (license "GPL 2+ / CC-by-sa 3.0")
  7. (target-time 0)
  8. (sector
  9. (name "main")
  10. (ambient-light 1 1 1)
  11. (camera
  12. (mode "normal")
  13. )
  14. (gradient
  15. (top_color 1 0 0)
  16. (bottom_color 0 1 0)
  17. (direction "vertical")
  18. (name "g")
  19. )
  20. (infoblock
  21. (message (_ "-Set gradient direction to horizontal"))
  22. (x 320)
  23. (y 576)
  24. )
  25. (switch
  26. (script "g.set_direction(\"horizontal\");")
  27. (sprite "images/objects/switch/switch.sprite")
  28. (x 320)
  29. (y 650)
  30. )
  31. (infoblock
  32. (message (_ "-Set gradient direction to vertical"))
  33. (x 460)
  34. (y 576)
  35. )
  36. (switch
  37. (script "g.set_direction(\"vertical\");")
  38. (sprite "images/objects/switch/switch.sprite")
  39. (x 460)
  40. (y 650)
  41. )
  42. (infoblock
  43. (message (_ "-Set gradient direction to horizontal sector"))
  44. (x 580)
  45. (y 576)
  46. )
  47. (switch
  48. (script "g.set_direction(\"horizontal_sector\");")
  49. (sprite "images/objects/switch/switch.sprite")
  50. (x 580)
  51. (y 650)
  52. )
  53. (infoblock
  54. (message (_ "-Set gradient direction to vertical sector"))
  55. (x 700)
  56. (y 576)
  57. )
  58. (switch
  59. (script "g.set_direction(\"vertical_sector\");")
  60. (sprite "images/objects/switch/switch.sprite")
  61. (x 700)
  62. (y 650)
  63. )
  64. (infoblock
  65. (message (_ "-Swap gradient colors"))
  66. (x 820)
  67. (y 576)
  68. )
  69. (switch
  70. (script "g.swap_colors();")
  71. (sprite "images/objects/switch/switch.sprite")
  72. (x 820)
  73. (y 650)
  74. )
  75. (infoblock
  76. (message (_ "-Set colors to orange - black"))
  77. (x 940)
  78. (y 576)
  79. )
  80. (switch
  81. (script "g.set_color1(1, 0.54902, 0);
  82. g.set_color2(0, 0, 0);")
  83. (sprite "images/objects/switch/switch.sprite")
  84. (x 940)
  85. (y 650)
  86. )
  87. (infoblock
  88. (message (_ "-Set colors to red - green"))
  89. (x 1000)
  90. (y 576)
  91. )
  92. (switch
  93. (script "g.set_color1(1, 0, 0);
  94. g.set_color2(0, 1, 0);")
  95. (sprite "images/objects/switch/switch.sprite")
  96. (x 1000)
  97. (y 650)
  98. )
  99. (spawnpoint
  100. (name "main")
  101. (x 544)
  102. (y 448)
  103. )
  104. (tilemap
  105. (solid #t)
  106. (z-pos 0)
  107. (name "Interactive")
  108. (width 40)
  109. (height 35)
  110. (tiles
  111. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  112. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  113. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  114. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  115. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  116. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  117. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  118. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  119. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  120. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  121. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  122. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  123. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  124. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  125. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  126. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  127. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  128. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  129. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  130. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  131. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  132. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  133. 0 0 0 0 0 0 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 0 0 0 0 0 0 0
  134. 0 0 0 0 0 0 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 0 0 0 0 0 0 0
  135. 0 0 0 0 0 0 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 0 0 0 0 0 0 0
  136. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  137. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  138. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  139. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  140. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  141. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  142. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  143. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  144. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  145. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  146. )
  147. )
  148. )
  149. )