X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=1587d60c34223b7f5beb00bd4c3e2293f4027582;hb=317100aa5878503dad034a1e1eb734d1e952f842;hp=93727fda784fd4da6a4914d131b81c34db0c2959;hpb=243cb7d922fe888be8d18241de138ad5949de430;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index 93727fd..1587d60 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);