shadowm

Untitled

Jun 21st, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. #define STORYTXT_PASS_OF_SORROWS
  2. [story]
  3. [part]
  4. music="underground.ogg"
  5. # MASSIVE HACK to avoid scaling the "real" background image
  6. # since the scaling algorithm in Wesnoth 1.10 sucks ass and
  7. # produces jagged edges. We use a fake invisible background
  8. # to dictate the storyscreen geometry for [image] layout
  9. # and then center a fixed-size image accordingly.
  10. background="misc/blank-hex.png" # 72x72
  11. [image]
  12. file="story/the-original.png"
  13. x,y=36,36 # this is half of the background's dimensions!
  14. centered=yes
  15. [/image]
  16. {STORYTXT_TITLE_CARD _"Pass of Sorrows" _"Gathering Storm"}
  17. [/part]
  18. [/story]
  19. #enddef
Advertisement
Add Comment
Please, Sign In to add comment