Renamed inventory to collectedThangIDs for Collects. #59

This commit is contained in:
Nick Winter 2014-08-11 12:52:35 -07:00
parent 2bc92f1a6e
commit 023fd40767
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@
background-position-x: -1 * $iconSize
&.prop-label-icon-target
background-position-x: -2 * $iconSize
&.prop-label-icon-inventory
&.prop-label-icon-collectedThangIDs
background-position-x: -3 * $iconSize
&.prop-label-icon-visualRange
background-position-x: -4 * $iconSize

View file

@ -261,7 +261,7 @@ module.exports = class LevelHUDView extends CocoView
return null # included in the bar
context =
prop: prop
hasIcon: prop in ['health', 'pos', 'target', 'inventory', 'gold', 'bountyGold', 'visualRange', 'attackDamage', 'attackRange', 'maxSpeed']
hasIcon: prop in ['health', 'pos', 'target', 'collectedThangIDs', 'gold', 'bountyGold', 'visualRange', 'attackDamage', 'attackRange', 'maxSpeed']
hasBar: prop in ['health']
$(prop_template(context))