Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define STORYTXT_PASS_OF_SORROWS
- [story]
- [part]
- music="underground.ogg"
- # MASSIVE HACK to avoid scaling the "real" background image
- # since the scaling algorithm in Wesnoth 1.10 sucks ass and
- # produces jagged edges. We use a fake invisible background
- # to dictate the storyscreen geometry for [image] layout
- # and then center a fixed-size image accordingly.
- background="misc/blank-hex.png" # 72x72
- [image]
- file="story/the-original.png"
- x,y=36,36 # this is half of the background's dimensions!
- centered=yes
- [/image]
- {STORYTXT_TITLE_CARD _"Pass of Sorrows" _"Gathering Storm"}
- [/part]
- [/story]
- #enddef
Advertisement
Add Comment
Please, Sign In to add comment