Mercurial > fife-parpg
view clients/pychan_demo/gui/credits.xml @ 150:6e7d228def30
Lazy loading for animations.
Uses a Resource-Pointer class that behaves like
a pointer to an IResource, but only loads the
resource on demand.
There's a slight change of API, which is already
adapted to in the XML loaders. If you use
Animation.addFrame directly, either adapt to the
change or wait a few hours for a backwards compatibility
solution.
author | phoku@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 11 Oct 2008 12:03:59 +0000 |
parents | 674bb162d93f |
children |
line wrap: on
line source
<Window title="Credits."> <Label text="These guys contributed to FIFE. Man!" /> <ScrollArea size="400,400" vertical_scrollbar="0"> <TextBox name="creditText" filename="../../doc/AUTHORS"/> </ScrollArea> <HBox> <Spacer /> <Button name="okButton" text="You guys rock!"/> </HBox> </Window>