X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.cpp;h=1587d60c34223b7f5beb00bd4c3e2293f4027582;hb=c591893775d3b850d0a88e743c09c91db337fbdc;hp=7cb7bd24de3fee8911b05443fa5df7ce36c0a1d1;hpb=bba1ac05e8c1854dc61bd737d228d9bc18bbb6ad;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index 7cb7bd2..1587d60 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -323,6 +323,19 @@ int main(int argc, char **argv) { menuResources.heroCursor = &heroCursor; menuResources.heroCursorBlinkTime = 532; + menuResources.noEquipmentText = "No equip"; + + 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);