diff --git a/scripts/gui/main_menu.js b/scripts/gui/main_menu.js index fbc9691dc08..bc14d6704b6 100644 --- a/scripts/gui/main_menu.js +++ b/scripts/gui/main_menu.js @@ -26,7 +26,14 @@ function runMenuSetup(){ // Background to be black to fix the white text and cursor not showing up well document.getElementsByTagName("body")[0].style.background = "black"; + + } + + // + // Use these to immediately test some specific menu + // + // newGame(); } function quitGame(){ diff --git a/scripts/gui/thrive_gui.html b/scripts/gui/thrive_gui.html index 77950b9c42b..9f52e08d16a 100644 --- a/scripts/gui/thrive_gui.html +++ b/scripts/gui/thrive_gui.html @@ -42,13 +42,33 @@ - Not set + JavaScript not loaded...