intro.stl 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. (supertux-level
  2. (version 3)
  3. (name (_ "A Blast From The Past"))
  4. (author "Carsten Wirtz")
  5. (license "CC-BY-SA 4.0 International")
  6. (suppress-pause-menu #t)
  7. (allow-item-pocket "inherit")
  8. (icon "")
  9. (icon-locked "")
  10. (statistics
  11. (enable-coins #t)
  12. (enable-badguys #f)
  13. (enable-secrets #t)
  14. )
  15. (sector
  16. (name "main")
  17. (init-script "Tux.deactivate();
  18. Effect.sixteen_to_nine(0);")
  19. (ambient-light
  20. (color 1 1 1)
  21. )
  22. (background
  23. (color 1 1 1)
  24. (scroll-speed-x -2)
  25. (speed 0)
  26. (image "/images/background/misc/clouds.png")
  27. (z-pos -230)
  28. )
  29. (background
  30. (color 1 1 1)
  31. (alignment "bottom")
  32. (speed 0)
  33. (speed-y 0.01)
  34. (image "/images/background/retro/arctis_skyline.png")
  35. (z-pos -220)
  36. )
  37. (background
  38. (color 1 1 1)
  39. (alignment "bottom")
  40. (speed 0.01)
  41. (image "/images/background/retro/arctis_icechunk.png")
  42. (z-pos -210)
  43. )
  44. (background
  45. (scroll-offset-y -50)
  46. (color 1 1 1)
  47. (alignment "bottom")
  48. (speed 0.5)
  49. (image "/images/background/retro/arctis_shore.png")
  50. (z-pos -200)
  51. )
  52. (background
  53. (color 1 1 1)
  54. (speed 0)
  55. (fill #t)
  56. (image "/images/background/misc/vignette.png")
  57. (z-pos 200)
  58. )
  59. (background
  60. (color 1 1 1)
  61. (scroll-speed-x -0.1)
  62. (speed 0)
  63. (image "/images/background/misc/skybox.png")
  64. (z-pos -240)
  65. )
  66. (camera
  67. (name "Camera")
  68. (mode "manual")
  69. )
  70. (decal
  71. (solid #t)
  72. (action "small-idle-right")
  73. (z-pos 50)
  74. (sprite "/images/creatures/tux/tux.sprite")
  75. (x 608)
  76. (y 512)
  77. )
  78. (decal
  79. (solid #t)
  80. (z-pos 50)
  81. (sprite "/images/decal/retro/copter.png")
  82. (x 608)
  83. (y 160)
  84. )
  85. (decal
  86. (z-pos 10)
  87. (sprite "/images/decal/retro/picnic.png")
  88. (x 544)
  89. (y 500)
  90. )
  91. (gradient
  92. (top_color 0.8 0.9 1)
  93. (bottom_color 0.82 0.8 0.98)
  94. )
  95. (music
  96. (file "/music/retro/theme_old.music")
  97. )
  98. (spawnpoint
  99. (name "main")
  100. (x 144)
  101. (y 672)
  102. )
  103. (textscroller
  104. (file "/levels/revenge_in_redmond/intro.txt")
  105. (speed 40)
  106. (x-offset 0)
  107. )
  108. (tilemap
  109. (solid #f)
  110. (z-pos -100)
  111. (width 45)
  112. (height 25)
  113. (tiles -679 0 93 94 95 96 -41 0 97 98 99 100 -22 0 93 94 95 96 -371 0)
  114. )
  115. (tilemap
  116. (solid #f)
  117. (z-pos 100)
  118. (width 45)
  119. (height 25)
  120. (tiles -903 0 -4 4000 -41 0 -4 4000 -41 0 -4 4000 -41 0 -4 4000 -83 0)
  121. )
  122. (tilemap
  123. (solid #t)
  124. (z-pos 0)
  125. (width 45)
  126. (height 25)
  127. (tiles -720 0 -45 4102 4001 4002 -2 4001 4002 4001 -2 4002 4003 -5 4001 4003 4002 -2 4001 -2 4002 -9 4001 4003 -3 4001 4002 -8 4001 4003 4001 4002 -92 4000 4078 -46 4000 -2 0 -43 4000 -2 0 -6 4000 4078 -122 4000)
  128. )
  129. )
  130. )