Added full hack functionality with animated progress bar and everthing. All thats left is balancing exp/money gains and also taking care of porthack stuff. Also fixed the terminal not being scrollable

This commit is contained in:
Daniel Xie
2016-10-27 13:26:00 -05:00
parent 0a13496984
commit f6aaef455d
6 changed files with 157 additions and 43 deletions
+5
View File
@@ -1,7 +1,10 @@
#terminal-container {
position: fixed;
margin-left: 10%;
height: 100%;
width: 99%;
overflow: auto;
overflow-y: scroll;
}
#terminal {
@@ -10,6 +13,8 @@
height: auto;
width: 100%;
font-size: 16px;
overflow: auto;
overflow-y: scroll;
}
#terminal-input {