Mercurial > hg > rlgallery-misc
comparison dgl/dgamelaunch.conf @ 28:46158c89c659
dgl config: don't set the cursor position.
dgamelaunch is smart enough to figure it out on its own.
author | John "Elwin" Edwards |
---|---|
date | Wed, 30 Oct 2013 21:18:25 -0700 |
parents | d7e92cd9df0f |
children | 955c2fd68dcf |
comparison
equal
deleted
inserted
replaced
27:d7e92cd9df0f | 28:46158c89c659 |
---|---|
204 # $VERSION and $SERVERID will be replaced, as per the bannerfile above. | 204 # $VERSION and $SERVERID will be replaced, as per the bannerfile above. |
205 | 205 |
206 # First, the menu shown to anonymous user: | 206 # First, the menu shown to anonymous user: |
207 menu["mainmenu_anon"] { | 207 menu["mainmenu_anon"] { |
208 bannerfile = "/dgldir/dgl_menu_main_anon.txt" | 208 bannerfile = "/dgldir/dgl_menu_main_anon.txt" |
209 cursor = (5,18) | |
210 commands["l"] = ask_login | 209 commands["l"] = ask_login |
211 commands["r"] = ask_register | 210 commands["r"] = ask_register |
212 commands["w"] = watch_menu | 211 commands["w"] = watch_menu |
213 commands["q"] = quit | 212 commands["q"] = quit |
214 } | 213 } |