v0.2.1
This commit is contained in:
@@ -95,7 +95,7 @@ NPGClient.PageHandler = {
|
||||
// Server status
|
||||
p.addUIObject(new NPGClient.UIStatusText('login_servstat', NPGClient.LOGIN.SERVSTATUS));
|
||||
// test cursor
|
||||
p.addUIObject(new NPGClient.UICursor('login_cursor', NPGClient.LOGIN.CURSOR));
|
||||
p.addUIObject(new NPGClient.UICursor(NPGClient.LOGIN.CURSOR));
|
||||
//
|
||||
self.pages.push(p);
|
||||
},
|
||||
@@ -110,7 +110,7 @@ NPGClient.PageHandler = {
|
||||
// Title label
|
||||
p.addUIObject(new NPGClient.UILabel('login_title', NPGClient.STARTMENU.TITLE));
|
||||
// Start Menu
|
||||
|
||||
p.addUIObject(new NPGClient.UIMenu(NPGClient.STARTMENU.MENU));
|
||||
// Server Players and Games status
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user