Implemented Effect View for skills

This commit is contained in:
Thaum
2015-03-06 11:03:09 +00:00
parent 76ba6b441e
commit 40a050d88f
28 changed files with 602 additions and 86 deletions

View File

@@ -22,5 +22,8 @@ Template.characterSheet.events({
},
"tap #characterSheetTabs paper-tab": function(event, instance){
setTab(this._id, event.currentTarget.getAttribute("name"));
}
},
"color-change": function(event, instance){
Characters.update(this._id, {$set: {color: event.color}});
},
});