refactored saving/loading by making it into a class. Tested and debugged prestige mechanic

This commit is contained in:
Daniel Xie
2017-05-04 20:08:44 -05:00
parent 2c53073f21
commit 56ebfaf2bf
11 changed files with 173 additions and 130 deletions
+18
View File
@@ -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 */
}