mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 13:57:05 +02:00
refactored saving/loading by making it into a class. Tested and debugged prestige mechanic
This commit is contained in:
@@ -104,6 +104,11 @@
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.active-scripts-list > li {
|
||||
margin: 6px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.active-scripts-list>li h2{
|
||||
color: #66ff33;
|
||||
padding-top: 10px;
|
||||
@@ -290,6 +295,19 @@
|
||||
color: #66ff33;
|
||||
}
|
||||
|
||||
#augmentations-list > li {
|
||||
margin: 6px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#augmentations-list > li h2{
|
||||
color: #66ff33;
|
||||
padding-top: 10px;
|
||||
padding-left: 10px;
|
||||
background-color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.installed-augmentation {
|
||||
/* TODO */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user