Added drag-for-damage functionality to the health bar
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
Template.features.helpers({
|
||||
features: function(){
|
||||
var features = Features.find({character: this._id});
|
||||
console.log('found: ', features);
|
||||
return features;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user