Almost done implementing work functionality.Theres an issue with Player finishWork() i think bc its an anonymous function so it doesnt work to call this.finishWork(), idk

This commit is contained in:
Daniel Xie
2017-02-07 18:27:11 -06:00
parent f5b0796948
commit bedc210b31
5 changed files with 159 additions and 27 deletions

View File

@@ -1,5 +1,9 @@
#work-in-progress-container {
color: #66ff33;
position: fixed;
padding-top: 10px;
padding-left: 10px;
height: 100%;
}
#work-in-progress-text {