Add: setup button on screen_top_ui
This commit is contained in:
@@ -44,6 +44,7 @@ var MenuApp = {
|
||||
// top ui
|
||||
var screenTopUI = new ScreenTopUI();
|
||||
screenTopUI.makeBackButton( (function() { this.back(); }).bind(this) );
|
||||
screenTopUI.makeSetupButton( (function() { console.log("setup"); }).bind(this) );
|
||||
screenTopUI.makeFullScreenButton();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user