Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2014
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Map Map01 "Sign Of Doom"
  2. {
  3. LevelNum = 1
  4. Next = EndSequence, E1END
  5. BorderTexture = a23
  6. Sky1 = nsky1, 0.0
  7. Music = "D_MESSAG"
  8. Par = 600
  9. ResetHealth
  10. ResetInventory
  11. }
  12.  
  13. Intermission E1END
  14. {
  15. TextScreen
  16. {
  17. Background = "b19", 1
  18. Music = "D_OPENIN"
  19. TextLump = "E1ND"
  20. }
  21.  
  22. Wiper
  23. {
  24. WipeType = Crossfade
  25. }
  26.  
  27. Image
  28. {
  29. Background = "E1END", 0
  30. }
  31.  
  32. GoToTitle{}
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement