Implemented text field functionality

Character text fields now work. Slightly modified versions will be needed for Spells, features, etc.
This commit is contained in:
Thaum
2014-11-10 14:05:46 +00:00
parent 238883a291
commit 285cae2090
9 changed files with 160 additions and 10 deletions

View File

@@ -126,6 +126,10 @@ Character = function(owner){
canDeathSave: true
};
for(var i = 0, l = string.length; i < l; i++){
this.strings[strings[i]] = "";
};
this.weaponProficiencies = [];
this.toolProficiencies = [];
this.languages = [];