
Def Title(Text)
  Height 25 Position(MIDDLE, Label(Text, 19, ColorId YELLOW))
End

Def Content(Text)
  Height 25 Position(MIDDLE, Label(Text))
End

Window(Width 700 Height 700 {
  BlockEvents
  ExitButtons()
  Scrolling(Vertical {
    Title("Design and programming:")
    Content("Michał Brzozowski")
    Height 10 {}
    Title("Music:")
    Content("Marcin Brzozowski and Krzysztof Łoza")
    Content("soundcloud.com/martindemarco")
    Content("soundcloud.com/christopher-loza")
    Height 10 {}
    Title("Graphics:")
    Content("16-bit fantasy set by oryxdesignlab.com")
    Content("ShroomArts, shroomarts.blogspot.com")
    Content("Artur Reterski, artperski.com")
    Content("Sam Andrews (Swish)")
    Height 10 {}
    Title("Intro film:")
    Content("Kamil Kucharski, www.behance.net/Kucharsky")
    Height 10 {}
    Title("Testing and ideas:")
    Content("Jakub Jurkowski")
    Height 10 {}
    Title("Consultations:")
    Content("Ted Martens, @ted_martens")
    Content("DarkGod, @darkgodone")
    Height 10 {}
    Title("Extra content:")
    Content("SoftMonster")
    Content("RighteousSinner")
    Content("Archdiggle")
    Height 10 {}
    Title("Prolific modders and community members")
    Content("CSeven")
    Content("Doppelgänger")
    Content("Drakenclaw")
    Content("Game Dungeon")
    Content("Kappa")
    Content("Lavitz")
    Content("Lord Tillion")
    Content("Rarasek and his alter egos")
    Content("Shadowing")
    Content("Sonata")
    Height 10 {}
    Title("Font:")
    Content("Lato by Łukasz Dziedzic")
    Content("latofonts.com")
    Height 10 {}
    Content("LodePNG library by Lode Vandevenne")
  })
})