123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- (supertux-level
- (version 3)
- (name (_ "A Blast From The Past"))
- (author "Carsten Wirtz")
- (license "CC-BY-SA 4.0 International")
- (suppress-pause-menu #t)
- (allow-item-pocket "inherit")
- (icon "")
- (icon-locked "")
- (statistics
- (enable-coins #t)
- (enable-badguys #f)
- (enable-secrets #t)
- )
- (sector
- (name "main")
- (init-script "Tux.deactivate();
- Effect.sixteen_to_nine(0);")
- (ambient-light
- (color 1 1 1)
- )
- (background
- (color 1 1 1)
- (scroll-speed-x -2)
- (speed 0)
- (image "/images/background/misc/clouds.png")
- (z-pos -230)
- )
- (background
- (color 1 1 1)
- (alignment "bottom")
- (speed 0)
- (speed-y 0.01)
- (image "/images/background/retro/arctis_skyline.png")
- (z-pos -220)
- )
- (background
- (color 1 1 1)
- (alignment "bottom")
- (speed 0.01)
- (image "/images/background/retro/arctis_icechunk.png")
- (z-pos -210)
- )
- (background
- (scroll-offset-y -50)
- (color 1 1 1)
- (alignment "bottom")
- (speed 0.5)
- (image "/images/background/retro/arctis_shore.png")
- (z-pos -200)
- )
- (background
- (color 1 1 1)
- (speed 0)
- (fill #t)
- (image "/images/background/misc/vignette.png")
- (z-pos 200)
- )
- (background
- (color 1 1 1)
- (scroll-speed-x -0.1)
- (speed 0)
- (image "/images/background/misc/skybox.png")
- (z-pos -240)
- )
- (camera
- (name "Camera")
- (mode "manual")
- )
- (decal
- (solid #t)
- (action "small-idle-right")
- (z-pos 50)
- (sprite "/images/creatures/tux/tux.sprite")
- (x 608)
- (y 512)
- )
- (decal
- (solid #t)
- (z-pos 50)
- (sprite "/images/decal/retro/copter.png")
- (x 608)
- (y 160)
- )
- (decal
- (z-pos 10)
- (sprite "/images/decal/retro/picnic.png")
- (x 544)
- (y 500)
- )
- (gradient
- (top_color 0.8 0.9 1)
- (bottom_color 0.82 0.8 0.98)
- )
- (music
- (file "/music/retro/theme_old.music")
- )
- (spawnpoint
- (name "main")
- (x 144)
- (y 672)
- )
- (textscroller
- (file "/levels/revenge_in_redmond/intro.txt")
- (speed 40)
- (x-offset 0)
- )
- (tilemap
- (solid #f)
- (z-pos -100)
- (width 45)
- (height 25)
- (tiles -679 0 93 94 95 96 -41 0 97 98 99 100 -22 0 93 94 95 96 -371 0)
- )
- (tilemap
- (solid #f)
- (z-pos 100)
- (width 45)
- (height 25)
- (tiles -903 0 -4 4000 -41 0 -4 4000 -41 0 -4 4000 -41 0 -4 4000 -83 0)
- )
- (tilemap
- (solid #t)
- (z-pos 0)
- (width 45)
- (height 25)
- (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)
- )
- )
- )
|