diff --git a/css/loader.css b/css/loader.css index 3c3681e6d..71f13b012 100644 --- a/css/loader.css +++ b/css/loader.css @@ -146,3 +146,23 @@ button[type="button"] { .loaderoverlay .loaderlabel { color: #6f3; } + + +.killAllMessage { + position: absolute; + top: 95%; + left: 50%; + -webkit-transform: translateX(-50%); + -moz-transform: translateX(-50%); + -ms-transform: translateX(-50%); + -o-transform: translateX(-50%); + transform: translateX(-50%); +} + +.killAllMessageWrapperHidden { + display: none; +} + +.killAllMessageWrapperShow { + display: block; +} \ No newline at end of file diff --git a/index.html b/index.html index 6dcdc266d..e7986293f 100644 --- a/index.html +++ b/index.html @@ -958,6 +958,14 @@
Loading Bitburner...
+
+ +

If the game fails to load, consider killing all scripts

+