More UI updates

- infiltration: added colours, updated spacing and fixed alignment
- terminal prompt: added colour for the previous lines as well
- Active Scripts and Hacknet Nodes: money values have a gold colour now; minor spacing updates
- minor code refactoring
This commit is contained in:
Mat Jaworski
2018-09-03 22:10:00 +10:00
parent e2e0bee150
commit 0b0a3d366c
9 changed files with 165 additions and 116 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ export function Generic_toJSON(ctorName: string, obj: object, keys?: string[]):
export function Reviver(key, value: IReviverValue);
export namespace Reviver {
export var constructors: any;
}
}