Add: setup button on screen_top_ui

This commit is contained in:
2019-03-15 08:52:45 +09:00
parent 002b43b4b6
commit 27fa44a01d
2 changed files with 32 additions and 0 deletions
+1
View File
@@ -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();