mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 12:11:58 +00:00
s4
This commit is contained in:
parent
faf7bdee9a
commit
085e48a3d3
@ -4493,6 +4493,7 @@ document.getElementById("importbtn").onclick = function () {
|
||||
} else if (sha512_256(save_data) === "ae0199482ecfa538a03eb37c67866e67a11f1832516c26c7939e971e514d40c5") {
|
||||
player.options.theme = "S4";
|
||||
setTheme(player.options.theme);
|
||||
|
||||
} else {
|
||||
save_data = JSON.parse(atob(save_data), function(k, v) { return (v === Infinity) ? "Infinity" : v; });
|
||||
if (!save_data || !verify_save(save_data)) {
|
||||
|
BIN
stylesheets/cursor.cur
Normal file
BIN
stylesheets/cursor.cur
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
stylesheets/cursor2.cur
Normal file
BIN
stylesheets/cursor2.cur
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -14,11 +14,15 @@ html{
|
||||
border: 1px solid white !important;
|
||||
}
|
||||
|
||||
#container {
|
||||
cursor: url(cursor.cur), auto !important;
|
||||
}
|
||||
|
||||
body {
|
||||
filter: invert(0%);
|
||||
background: #0FFF0F !important;
|
||||
|
||||
border: 1px solid white !important;
|
||||
border: 1px solid white !important;
|
||||
}
|
||||
|
||||
.unavailablebtn {
|
||||
@ -27,10 +31,13 @@ body {
|
||||
|
||||
.storebtn {
|
||||
background-color: #ff00e0 !important;
|
||||
cursor: url(cursor2.cur), auto !important;
|
||||
}
|
||||
|
||||
|
||||
.tabbtn, .secondarytabbtn {
|
||||
background-color: #1b00ff !important;
|
||||
cursor: url(cursor2.cur), auto !important;
|
||||
}
|
||||
|
||||
* {
|
||||
|
Loading…
Reference in New Issue
Block a user