mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-13 03:03:54 +01:00
Small UI improvement
This commit is contained in:
parent
a3f0bb04f7
commit
be18f6150d
@ -11,7 +11,7 @@
|
|||||||
height: 400px; /* Full height */
|
height: 400px; /* Full height */
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 5px solid #FFFFFF;
|
border: 5px solid #FFFFFF;
|
||||||
width: 25%;
|
width: 20%;
|
||||||
overflow: auto; /* Enable scroll if needed */
|
overflow: auto; /* Enable scroll if needed */
|
||||||
background-color: #444; /* Fallback color */
|
background-color: #444; /* Fallback color */
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -609,7 +609,7 @@ function iTutorialPrevStep() {
|
|||||||
|
|
||||||
function iTutorialEnd() {
|
function iTutorialEnd() {
|
||||||
//Re-enable auto save
|
//Re-enable auto save
|
||||||
Engine.Counters.autoSaveCounter = 1;
|
Engine.Counters.autoSaveCounter = 300;
|
||||||
console.log("Ending interactive tutorial");
|
console.log("Ending interactive tutorial");
|
||||||
Engine.init();
|
Engine.init();
|
||||||
currITutorialStep = iTutorialSteps.End;
|
currITutorialStep = iTutorialSteps.End;
|
||||||
|
Loading…
Reference in New Issue
Block a user