31 #ifndef CRAB_CREDITSCREEN_H 32 #define CRAB_CREDITSCREEN_H 34 #include "crab/ui/button.h" 35 #include "crab/ui/ImageData.h" 36 #include "crab/ui/TextData.h" 40 namespace pyrodactyl {
74 _align = ALIGN_CENTER;
77 void load(rapidxml::xml_node<char> *node) {
78 loadNum(_inc,
"inc", node);
79 loadNum(_color,
"color", node);
80 LoadFontKey(_font,
"font", node);
81 loadAlign(_align, node);
83 } _heading, _paragraph;
91 float _slow, _fast, _reverse;
102 Button _fast, _slow, _reverse, _pause;
105 Button _back, _website, _twitter;
128 #endif // CRAB_CREDITSCREEN_H
Definition: CreditScreen.h:42
Definition: ImageData.h:40
Definition: moveeffect.h:37