Added drag-for-damage functionality to the health bar

This commit is contained in:
Thaum
2014-11-04 11:51:33 +00:00
parent 20340fac77
commit 1b14fbb941
7 changed files with 163 additions and 17 deletions

View File

@@ -1,7 +1,6 @@
Template.features.helpers({
features: function(){
var features = Features.find({character: this._id});
console.log('found: ', features);
return features;
}
});