Playtesting - Rebalancing, UI improvements, added tooltip for programs, home computer no longer reset on prestige

This commit is contained in:
Daniel Xie
2017-05-08 09:33:26 -05:00
parent 21f73088f6
commit 20d8a40e17
13 changed files with 147 additions and 84 deletions

View File

@@ -201,6 +201,10 @@
width: 99%;
}
#create-program-page-text {
width: 80%;
}
.create-program-a-link-button {
text-decoration: none;
background-color: #555;
@@ -210,6 +214,7 @@
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
width: 50%;
}
.create-program-a-link-button-inactive {