home *** CD-ROM | disk | FTP | other *** search
- def x 320
- def y 250
- def y2 450
-
- Include Menu.Def
-
- Font Body HugeChars 12 16 0xFFFFFFFF 0x0 Center Center Shadow
- FontSize Default 15 20
- FontSize Selected 18 24
-
- Background IdIcon
-
- BlockRant
-
- item
- {
- Pos 70 70
- Image TutoBox 500 400
- }
-
- item
- {
- Text Instruction
- Font Title
- Pos x 40
- }
-
-
- item Instruction
- {
- MaxTextPixelPerLine 470
- CycleButton #Text
- Font Body
- OnAction
- {
- ToggleCfg /Game/Class
- }
- Pos x y
- UnSelectable
- }
-
-
- item
- {
- Text Back
- Pos x y2 Center Down
- OnAction
- {
- MenuBack
- }
- }
-