]> git.localhorst.tv Git - l2e.git/blobdiff - src/main.cpp
added hero's stats in status screen
[l2e.git] / src / main.cpp
index 93727fda784fd4da6a4914d131b81c34db0c2959..1587d60c34223b7f5beb00bd4c3e2293f4027582 100644 (file)
@@ -328,6 +328,14 @@ int main(int argc, char **argv) {
                graphics::Sprite shoulderNav(IMG_Load("test-data/shoulder-nav.png"), 160, 16);
                menuResources.shoulderNav = &shoulderNav;
 
+               menuResources.atpLabel = "ATP";
+               menuResources.dfpLabel = "DFP";
+               menuResources.strLabel = "STR";
+               menuResources.aglLabel = "AGL";
+               menuResources.intLabel = "INT";
+               menuResources.gutLabel = "GUT";
+               menuResources.mgrLabel = "MGR";
+
                InitScreen screen(width, height);
 
                app::State *state(0);