1 #ifndef SETUP_LVL_SCENE_H
2 #define SETUP_LVL_SCENE_H
5 #include <graphics/gl_color.h>
21 void init(QSettings &engine_ini);
27 QString points_font_name;
31 bool points_from_center;
36 QString health_font_name;
40 bool health_from_center;
45 QString star_font_name;
49 bool star_from_center;
54 QString coin_font_name;
58 bool coin_from_center;
65 bool itemslot_to_center;
66 QList<LevelAdditionalImage > AdditionalImages;
72 #endif // SETUP_LVL_SCENE_H
Definition: setup_lvl_scene.h:19
Definition: setup_lvl_scene.h:8