Skip to content
Snippets Groups Projects
Commit daef8dbe authored by dg's avatar dg
Browse files

New Game dialog will autoselect the first game

git-svn-id: http://svn.net-core.org/repos/t-engine4@1676 51575b47-30f0-44d4-a5cc-537603b46e54
parent 3ff52c21
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,8 @@ function _M:init()
self:setFocus(self.c_list)
self:setupUI()
self:select(self.list[1])
self.key:addBinds{
EXIT = function() game:unregisterDialog(self) end,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment