YesNoOk
avatar

Can the order of the title options be altered? nt (Read 367 times)

Started by Stormrider, November 30, 2007, 02:06:10 pm
Share this topic:
Can the order of the title options be altered? nt
#1  November 30, 2007, 02:06:10 pm
  • avatar
  • **
nt
Re: Can the order of the title options be altered? nt
#2  December 01, 2007, 02:17:07 am
  • ***
  • I never really was on your side.
    • www.mugenguild.com/~davidgee
Judge for yourself by editing this section of system.def.

[mcode];-------------------------------------------------------------------
;Title screen definition
[Title Info]
fadein.time = 10
fadeout.time = 10
menu.pos = 159,158
menu.item.font = 3,0,0
menu.item.active.font = 3,5,0
menu.item.spacing = 0, 13
; Names for each of the items in the menu. Names must be in quotes.
; Use "" to disable an item. If all are disabled, goes straight to demo mode
; (hold Esc to quit demos). *2001.11.14 NEW*
menu.itemname.arcade = "ARCADE"
menu.itemname.versus = "VS MODE"
menu.itemname.teamarcade = "TEAM ARCADE"
menu.itemname.teamversus = "TEAM VS"
menu.itemname.teamcoop = "TEAM CO-OP"
menu.itemname.survival = "SURVIVAL"
menu.itemname.survivalcoop = "SURVIVAL CO-OP"
menu.itemname.training = "TRAINING"
menu.itemname.watch = "WATCH"
menu.itemname.options = "OPTIONS"
menu.itemname.exit = "EXIT"
; These parameters define the window in which the items are visible
; in.
menu.window.margins.y = 12, 8
menu.window.visibleitems = 5
menu.boxcursor.visible = 1     ;Set to 0 to disable default cursor display
menu.boxcursor.coords = -58,-10,57,2
; These are the sounds for cursor movement
cursor.move.snd = 100,0
cursor.done.snd = 100,1
cancel.snd = 100,2[/mcode]
Re: Can the order of the title options be altered? nt
#3  December 01, 2007, 02:40:24 pm
  • avatar
  • **
Changing the order of menu.items has no effect on my menu...