Blame | Last modification | View Log | RSS feed
Menu "TitleMenu"{Image "dialog"{position 240, 200;size 350, 150;align center, center;texture "data/libgdx.png";}Label "justtesting"{position 140, 200;caption "Just some modal dialog!";align center, center;scale 2.0;color 1, 1, 0, 1;}Button "testbutton"{Label{position 150, 75;caption "OK!";align center, center;scale 2.0;color 1, 1, 1, 1;}position 240, 700;size 300, 150;align center, center;texture "data/textures/landscape.png";pushedTexture "data/textures/simpleframe.png";onTouch "DoSomething; switchState EndlessState";}}