comparison dgl/dgamelaunch.conf @ 15:f501c8dd6884

dgl conf: Let the cursor be placed in the proper position automatically.
author John "Elwin" Edwards <elwin@sdf.org>
date Sat, 15 Sep 2012 09:40:26 -0700
parents 9945b472aac2
children ce26225f7d9d
comparison
equal deleted inserted replaced
14:9945b472aac2 15:f501c8dd6884
132 # $VERSION and $SERVERID will be replaced, as per the bannerfile above. 132 # $VERSION and $SERVERID will be replaced, as per the bannerfile above.
133 133
134 # First, the menu shown to anonymous user: 134 # First, the menu shown to anonymous user:
135 menu["mainmenu_anon"] { 135 menu["mainmenu_anon"] {
136 bannerfile = "/dgldir/dgl_menu_main_anon.txt" 136 bannerfile = "/dgldir/dgl_menu_main_anon.txt"
137 cursor = (5,18)
138 commands["l"] = ask_login 137 commands["l"] = ask_login
139 commands["r"] = ask_register 138 commands["r"] = ask_register
140 commands["w"] = watch_menu 139 commands["w"] = watch_menu
141 commands["q"] = quit 140 commands["q"] = quit
142 } 141 }